Html Css Color HEX #BB9929 Sahara

📋 copy color: '#BB9929'

red 187 ◦ green 153 ◦ blue 41

#BB9929
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sahara #BB9929

Tints of Sahara #BB9929

RGB

 RED value IS 187 (73.44% from 255) = 49.08%

 GREEN value IS 153 (60.16% from 255) = 40.16%

 BLUE value IS 41 (16.41% from 255) = 10.76%

R = 49.08%
G = 40.16%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BB9929 (or 0xBB9929) is known color: Sahara. HEX triplet: BB, 99 and 29. RGB value is (187,153,41). Sum of RGB (Red+Green+Blue) = 187+153+41=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 41 (16.41% from 255 or 10.76% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9929 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9929 is #4466D6. Grayscale: #969696. Windows color (decimal): -4482775 or 2726331. OLE color: 2726331.

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

Color convert

RGB 187 153 41 -
CMYK 0 0.18 0.78 0.27
HSL 46.03º 0.64% 0.45% -
HSV(B) 46.03º 0.78% 0.73% -
XYZ 32.28 33.51 6.86 -
YUV 150.4 66.26 154.11 -
System Red Green Blue C M Y K H S L
Decimal 187 153 41 0 0.18 0.78 0.27 46.03 0.64 0.45
Hex BB 99 29 0 12 4E 1B 2E 40 2D
Octal 273 231 51 0 22 116 33 56 100 55
Binary 10111011 10011001 101001 0 10010 1001110 11011 101110 1000000 101101

Color Harmonies of #BB9929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9929

Black with #BB9929

Text Example


Text Example

White with #BB9929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9929; }

 p { color: rgb(187,153,41); }

 H1.HeaderClassName
 {
   color: #BB9929;
 }
 .AnyTagClassName
 {
   color: #BB9929;
 }
</style>

background-color css

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

 a { background-color: rgb(187,153,41); }

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

border-color css

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

 span { border-color: rgb(187,153,41); }

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