#BBA233

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

Shades of Sahara #BBA233

Tints of Sahara #BBA233

Color information

#BBA233 (or 0xBBA233) is unknown color: approx Sahara. HEX triplet: BB, A2 and 33. RGB value is (187,162,51). Sum of RGB (Red+Green+Blue) = 187+162+51=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 51 (20.31% from 255 or 12.75% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA233 is #445DCC. Grayscale: #9D9D9D. Windows color (decimal): -4480461 or 3383995. OLE color: 3383995.

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

Color convert

RGB18716251-
CMYK00.130.730.27
HSL48.97º57.14%46.67%-
HSV(B)48.97º72.73%73.33%-
XYZ34.0136.648.41-
YUV156.8268.28149.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.75%
GREEN value IS 162 (63.67% from 255) = 40.5%
BLUE value IS 51 (20.31% from 255) = 12.75%
R=46.75%
G=40.5%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871625100.130.730.2748.9757.1446.67
HexBBA2330D491B31392f
Octal2732426301511133617157
Binary101110111010001011001101101100100111011110001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA233; }

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

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

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

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

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

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

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

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