#BCA330

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

Shades of Sahara #BCA330

Tints of Sahara #BCA330

Color information

#BCA330 (or 0xBCA330) is unknown color: approx Sahara. HEX triplet: BC, A3 and 30. RGB value is (188,163,48). Sum of RGB (Red+Green+Blue) = 188+163+48=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 163 (64.06% from 255 or 40.85% from 399); Blue value is 48 (19.14% from 255 or 12.03% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA330 is #435CCF. Grayscale: #9D9D9D. Windows color (decimal): -4414672 or 3187644. OLE color: 3187644.

HSL color Cylindrical-coordinate representation of color #BCA330: hue angle of 49.29º 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 #BCA330 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB18816348-
CMYK00.130.740.26
HSL49.29º59.32%46.27%-
HSV(B)49.29º74.47%73.73%-
XYZ34.3737.18.15-
YUV157.3666.28149.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.12%
GREEN value IS 163 (64.06% from 255) = 40.85%
BLUE value IS 48 (19.14% from 255) = 12.03%
R=47.12%
G=40.85%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.74
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881634800.130.740.2649.2959.3246.27
HexBCA3300D4A1A313b2e
Octal2742436001511232617356
Binary101111001010001111000001101100101011010110001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA330; }

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

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

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

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

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

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

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

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