Html Css Color HEX #BB9520 Sahara

📋 copy color: '#BB9520'

red 187 ◦ green 149 ◦ blue 32

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

Shades of Sahara #BB9520

Tints of Sahara #BB9520

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.49%

 BLUE value IS 32 (12.89% from 255) = 8.7%

R = 50.82%
G = 40.49%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB9520 (or 0xBB9520) is known color: Sahara. HEX triplet: BB, 95 and 20. RGB value is (187,149,32). Sum of RGB (Red+Green+Blue) = 187+149+32=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 149 (58.59% from 255 or 40.49% from 368); Blue value is 32 (12.89% from 255 or 8.70% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9520 is #446ADF. Grayscale: #939393. Windows color (decimal): -4483808 or 2135483. OLE color: 2135483.

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

Color convert

RGB 187 149 32 -
CMYK 0 0.20 0.83 0.27
HSL 45.29º 0.71% 0.43% -
HSV(B) 45.29º 0.83% 0.73% -
XYZ 31.5 32.16 5.91 -
YUV 147.02 63.09 156.51 -
System Red Green Blue C M Y K H S L
Decimal 187 149 32 0 0.20 0.83 0.27 45.29 0.71 0.43
Hex BB 95 20 0 14 53 1B 2D 47 2B
Octal 273 225 40 0 24 123 33 55 107 53
Binary 10111011 10010101 100000 0 10100 1010011 11011 101101 1000111 101011

Color Harmonies of #BB9520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9520

Black with #BB9520

Text Example


Text Example

White with #BB9520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9520; }

 p { color: rgb(187,149,32); }

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

background-color css

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

 a { background-color: rgb(187,149,32); }

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

border-color css

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

 span { border-color: rgb(187,149,32); }

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