#BB9B33

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

Shades of Sahara #BB9B33

Tints of Sahara #BB9B33

Color information

#BB9B33 (or 0xBB9B33) is unknown color: approx Sahara. HEX triplet: BB, 9B and 33. RGB value is (187,155,51). Sum of RGB (Red+Green+Blue) = 187+155+51=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 155 (60.94% from 255 or 39.44% from 393); Blue value is 51 (20.31% from 255 or 12.98% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9B33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9B33 is #4464CC. Grayscale: #999999. Windows color (decimal): -4482253 or 3382203. OLE color: 3382203.

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

Color convert

RGB18715551-
CMYK00.170.730.27
HSL45.88º57.14%46.67%-
HSV(B)45.88º72.73%73.33%-
XYZ32.8134.258.01-
YUV152.7170.6152.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.58%
GREEN value IS 155 (60.94% from 255) = 39.44%
BLUE value IS 51 (20.31% from 255) = 12.98%
R=47.58%
G=39.44%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871555100.170.730.2745.8857.1446.67
HexBB9B33011491B2e392f
Octal2732336302111133567157
Binary1011101110011011110011010001100100111011101110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9B33; }

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

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

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

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

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

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

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

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