#bca130

Color #BCA130 Sahara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sahara #BCA130

Tints of Sahara #BCA130

Color information

#BCA130 (or 0xBCA130) is unknown color: approx Sahara. HEX triplet: BC, A1 and 30. RGB value is (188,161,48). Sum of RGB (Red+Green+Blue) = 188+161+48=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 48 (19.14% from 255 or 12.09% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA130 is #435ECF. Grayscale: #9C9C9C. Windows color (decimal): -4415184 or 3187132. OLE color: 3187132.

HSL color Cylindrical-coordinate representation of color #BCA130: hue angle of 48.43º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BCA130 is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB18816148-
CMYK00.140.740.26
HSL48.43º59.32%46.27%-
HSV(B)48.43º74.47%73.73%-
XYZ34.0236.398.03-
YUV156.1966.95150.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 47.36%
GREEN value IS 161 (63.28% from 255) = 40.55%
BLUE value IS 48 (19.14% from 255) = 12.09%
R=47.36%
G=40.55%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.74
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881614800.140.740.2648.4359.3246.27
HexBCA1300E4A1A303b2e
Octal2742416001611232607356
Binary101111001010000111000001110100101011010110000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bca130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bca130; }

 p { color: rgb(188,161,48); }

 H1.HeaderClassName
 {
   color: #bca130;
 }
 .AnyTagClassName
 {
   color: #bca130;
 }
</style>
background-color css

<style>
 a { background-color: #bca130; }

 a { background-color: rgb(188,161,48); }

 div.DivClassName
 {
   background-color: #bca130;
 }
 .BgClassName
 {
   background-color: #bca130;
 }
</style>
border-color css

<style>
 span { border-color: #bca130; }

 span { border-color: rgb(188,161,48); }

 td.TdClassName
 {
   border-color: #bca130;
 }
 .TagClassName
 {
   border-color: #bca130;
 }
</style>