Html Css Color HEX #BB9F24 Sahara

📋 copy color: '#BB9F24'

red 187 ◦ green 159 ◦ blue 36

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

Shades of Sahara #BB9F24

Tints of Sahara #BB9F24

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.62%

 BLUE value IS 36 (14.45% from 255) = 9.42%

R = 48.95%
G = 41.62%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BB9F24 (or 0xBB9F24) is known color: Sahara. HEX triplet: BB, 9F and 24. RGB value is (187,159,36). Sum of RGB (Red+Green+Blue) = 187+159+36=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 159 (62.5% from 255 or 41.62% from 382); Blue value is 36 (14.45% from 255 or 9.42% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9F24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9F24 is #4460DB. Grayscale: #999999. Windows color (decimal): -4481244 or 2400187. OLE color: 2400187.

HSL color Cylindrical-coordinate representation of color #BB9F24: hue angle of 48.87º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB9F24 is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 159 36 -
CMYK 0 0.15 0.81 0.27
HSL 48.87º 0.68% 0.44% -
HSV(B) 48.87º 0.81% 0.73% -
XYZ 33.21 35.49 6.77 -
YUV 153.35 61.78 152 -
System Red Green Blue C M Y K H S L
Decimal 187 159 36 0 0.15 0.81 0.27 48.87 0.68 0.44
Hex BB 9F 24 0 F 51 1B 31 44 2C
Octal 273 237 44 0 17 121 33 61 104 54
Binary 10111011 10011111 100100 0 1111 1010001 11011 110001 1000100 101100

Color Harmonies of #BB9F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9F24

Black with #BB9F24

Text Example


Text Example

White with #BB9F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9F24; }

 p { color: rgb(187,159,36); }

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

background-color css

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

 a { background-color: rgb(187,159,36); }

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

border-color css

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

 span { border-color: rgb(187,159,36); }

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