#bba02d

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

Shades of Sahara #BBA02D

Tints of Sahara #BBA02D

Color information

#BBA02D (or 0xBBA02D) is unknown color: approx Sahara. HEX triplet: BB, A0 and 2D. RGB value is (187,160,45). Sum of RGB (Red+Green+Blue) = 187+160+45=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 160 (62.89% from 255 or 40.82% from 392); Blue value is 45 (17.97% from 255 or 11.48% from 392); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA02D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA02D is #445FD2. Grayscale: #9B9B9B. Windows color (decimal): -4480979 or 2990267. OLE color: 2990267.

HSL color Cylindrical-coordinate representation of color #BBA02D: hue angle of 48.59º 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 #BBA02D is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB18716045-
CMYK00.140.760.27
HSL48.59º61.21%45.49%-
HSV(B)48.59º75.94%73.33%-
XYZ33.5435.97.64-
YUV154.9665.95150.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.70%
GREEN value IS 160 (62.89% from 255) = 40.82%
BLUE value IS 45 (17.97% from 255) = 11.48%
R=47.70%
G=40.82%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871604500.140.760.2748.5961.2145.49
HexBBA02D0E4C1B313d2d
Octal2732405501611433617555
Binary101110111010000010110101110100110011011110001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bba02d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bba02d; }

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

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

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

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

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

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

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

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