#B2A02B

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

Shades of Sahara #B2A02B

Tints of Sahara #B2A02B

Color information

#B2A02B (or 0xB2A02B) is unknown color: approx Sahara. HEX triplet: B2, A0 and 2B. RGB value is (178,160,43). Sum of RGB (Red+Green+Blue) = 178+160+43=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 160 (62.89% from 255 or 41.99% from 381); Blue value is 43 (17.19% from 255 or 11.29% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A02B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A02B is #4D5FD4. Grayscale: #989898. Windows color (decimal): -5070805 or 2859186. OLE color: 2859186.

HSL color Cylindrical-coordinate representation of color #B2A02B: hue angle of 52º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B2A02B is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB17816043-
CMYK00.100.760.30
HSL52º61.09%43.33%-
HSV(B)52º75.84%69.8%-
XYZ31.3734.787.35-
YUV152.0466.46146.51-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.72%
GREEN value IS 160 (62.89% from 255) = 41.99%
BLUE value IS 43 (17.19% from 255) = 11.29%
R=46.72%
G=41.99%
B=11.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.76
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781604300.100.760.305261.0943.33
HexB2A02B0A4C1E343d2b
Octal2622405301211436647553
Binary101100101010000010101101010100110011110110100111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A02B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A02B; }

 p { color: rgb(178,160,43); }

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

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

 a { background-color: rgb(178,160,43); }

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

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

 span { border-color: rgb(178,160,43); }

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