#b6a02c

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

Shades of Sahara #B6A02C

Tints of Sahara #B6A02C

Color information

#B6A02C (or 0xB6A02C) is unknown color: approx Sahara. HEX triplet: B6, A0 and 2C. RGB value is (182,160,44). Sum of RGB (Red+Green+Blue) = 182+160+44=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 160 (62.89% from 255 or 41.45% from 386); Blue value is 44 (17.58% from 255 or 11.40% from 386); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A02C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A02C is #495FD3. Grayscale: #999999. Windows color (decimal): -4808660 or 2924726. OLE color: 2924726.

HSL color Cylindrical-coordinate representation of color #B6A02C: hue angle of 50.43º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B6A02C is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB18216044-
CMYK00.120.760.29
HSL50.43º61.06%44.31%-
HSV(B)50.43º75.82%71.37%-
XYZ32.3235.277.49-
YUV153.3566.29148.43-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.15%
GREEN value IS 160 (62.89% from 255) = 41.45%
BLUE value IS 44 (17.58% from 255) = 11.40%
R=47.15%
G=41.45%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821604400.120.760.2950.4361.0644.31
HexB6A02C0C4C1D323d2c
Octal2662405401411435627554
Binary101101101010000010110001100100110011101110010111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6a02c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6a02c; }

 p { color: rgb(182,160,44); }

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

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

 a { background-color: rgb(182,160,44); }

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

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

 span { border-color: rgb(182,160,44); }

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