#BBA22D

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

Shades of Sahara #BBA22D

Tints of Sahara #BBA22D

Color information

#BBA22D (or 0xBBA22D) is unknown color: approx Sahara. HEX triplet: BB, A2 and 2D. RGB value is (187,162,45). Sum of RGB (Red+Green+Blue) = 187+162+45=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 162 (63.67% from 255 or 41.12% from 394); Blue value is 45 (17.97% from 255 or 11.42% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA22D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA22D is #445DD2. Grayscale: #9C9C9C. Windows color (decimal): -4480467 or 2990779. OLE color: 2990779.

HSL color Cylindrical-coordinate representation of color #BBA22D: hue angle of 49.44º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BBA22D is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB18716245-
CMYK00.130.760.27
HSL49.44º61.21%45.49%-
HSV(B)49.44º75.94%73.33%-
XYZ33.8936.597.76-
YUV156.1465.28150.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.46%
GREEN value IS 162 (63.67% from 255) = 41.12%
BLUE value IS 45 (17.97% from 255) = 11.42%
R=47.46%
G=41.12%
B=11.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871624500.130.760.2749.4461.2145.49
HexBBA22D0D4C1B313d2d
Octal2732425501511433617555
Binary101110111010001010110101101100110011011110001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA22D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA22D; }

 p { color: rgb(187,162,45); }

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

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

 a { background-color: rgb(187,162,45); }

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

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

 span { border-color: rgb(187,162,45); }

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