Html Css Color HEX #BB9922 Sahara

📋 copy color: '#BB9922'

red 187 ◦ green 153 ◦ blue 34

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

Shades of Sahara #BB9922

Tints of Sahara #BB9922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.09%

R = 50%
G = 40.91%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BB9922 (or 0xBB9922) is known color: Sahara. HEX triplet: BB, 99 and 22. RGB value is (187,153,34). Sum of RGB (Red+Green+Blue) = 187+153+34=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 34 (13.67% from 255 or 9.09% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9922 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9922 is #4466DD. Grayscale: #969696. Windows color (decimal): -4482782 or 2267579. OLE color: 2267579.

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

Color convert

RGB 187 153 34 -
CMYK 0 0.18 0.82 0.27
HSL 46.67º 0.69% 0.43% -
HSV(B) 46.67º 0.82% 0.73% -
XYZ 32.17 33.46 6.28 -
YUV 149.6 62.76 154.68 -
System Red Green Blue C M Y K H S L
Decimal 187 153 34 0 0.18 0.82 0.27 46.67 0.69 0.43
Hex BB 99 22 0 12 52 1B 2F 45 2B
Octal 273 231 42 0 22 122 33 57 105 53
Binary 10111011 10011001 100010 0 10010 1010010 11011 101111 1000101 101011

Color Harmonies of #BB9922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9922

Black with #BB9922

Text Example


Text Example

White with #BB9922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9922; }

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

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

background-color css

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

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

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

border-color css

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

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

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