Html Css Color HEX #BB9E31 Sahara

📋 copy color: '#BB9E31'

red 187 ◦ green 158 ◦ blue 49

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

Shades of Sahara #BB9E31

Tints of Sahara #BB9E31

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.1%

 BLUE value IS 49 (19.53% from 255) = 12.44%

R = 47.46%
G = 40.1%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB9E31 (or 0xBB9E31) is known color: Sahara. HEX triplet: BB, 9E and 31. RGB value is (187,158,49). Sum of RGB (Red+Green+Blue) = 187+158+49=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 49 (19.53% from 255 or 12.44% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9E31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9E31 is #4461CE. Grayscale: #9A9A9A. Windows color (decimal): -4481487 or 3251899. OLE color: 3251899.

HSL color Cylindrical-coordinate representation of color #BB9E31: hue angle of 47.39º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB9E31 is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 158 49 -
CMYK 0 0.16 0.74 0.27
HSL 47.39º 0.58% 0.46% -
HSV(B) 47.39º 0.74% 0.73% -
XYZ 33.27 35.24 7.95 -
YUV 154.25 68.61 151.36 -
System Red Green Blue C M Y K H S L
Decimal 187 158 49 0 0.16 0.74 0.27 47.39 0.58 0.46
Hex BB 9E 31 0 10 4A 1B 2F 3A 2E
Octal 273 236 61 0 20 112 33 57 72 56
Binary 10111011 10011110 110001 0 10000 1001010 11011 101111 111010 101110

Color Harmonies of #BB9E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9E31

Black with #BB9E31

Text Example


Text Example

White with #BB9E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9E31; }

 p { color: rgb(187,158,49); }

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

background-color css

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

 a { background-color: rgb(187,158,49); }

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

border-color css

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

 span { border-color: rgb(187,158,49); }

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