#BBA133

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

Shades of Sahara #BBA133

Tints of Sahara #BBA133

Color information

#BBA133 (or 0xBBA133) is unknown color: approx Sahara. HEX triplet: BB, A1 and 33. RGB value is (187,161,51). Sum of RGB (Red+Green+Blue) = 187+161+51=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 161 (63.28% from 255 or 40.35% from 399); Blue value is 51 (20.31% from 255 or 12.78% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA133 is #445ECC. Grayscale: #9C9C9C. Windows color (decimal): -4480717 or 3383739. OLE color: 3383739.

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

Color convert

RGB18716151-
CMYK00.140.730.27
HSL48.53º57.14%46.67%-
HSV(B)48.53º72.73%73.33%-
XYZ33.8436.298.35-
YUV156.2368.61149.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.87%
GREEN value IS 161 (63.28% from 255) = 40.35%
BLUE value IS 51 (20.31% from 255) = 12.78%
R=46.87%
G=40.35%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871615100.140.730.2748.5357.1446.67
HexBBA1330E491B31392f
Octal2732416301611133617157
Binary101110111010000111001101110100100111011110001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA133; }

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

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

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

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

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

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

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

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