Html Css Color HEX #B99D31 Sahara

📋 copy color: '#B99D31'

red 185 ◦ green 157 ◦ blue 49

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

Shades of Sahara #B99D31

Tints of Sahara #B99D31

RGB

 RED value IS 185 (72.66% from 255) = 47.31%

 GREEN value IS 157 (61.72% from 255) = 40.15%

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

R = 47.31%
G = 40.15%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B99D31 (or 0xB99D31) is known color: Sahara. HEX triplet: B9, 9D and 31. RGB value is (185,157,49). Sum of RGB (Red+Green+Blue) = 185+157+49=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 157 (61.72% from 255 or 40.15% from 391); Blue value is 49 (19.53% from 255 or 12.53% from 391); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99D31 is #4662CE. Grayscale: #999999. Windows color (decimal): -4612815 or 3251641. OLE color: 3251641.

HSL color Cylindrical-coordinate representation of color #B99D31: hue angle of 47.65º 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 #B99D31 is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 157 49 -
CMYK 0 0.15 0.74 0.27
HSL 47.65º 0.58% 0.46% -
HSV(B) 47.65º 0.74% 0.73% -
XYZ 32.62 34.65 7.87 -
YUV 153.06 69.28 150.78 -
System Red Green Blue C M Y K H S L
Decimal 185 157 49 0 0.15 0.74 0.27 47.65 0.58 0.46
Hex B9 9D 31 0 F 4A 1B 30 3A 2E
Octal 271 235 61 0 17 112 33 60 72 56
Binary 10111001 10011101 110001 0 1111 1001010 11011 110000 111010 101110

Color Harmonies of #B99D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99D31

Black with #B99D31

Text Example


Text Example

White with #B99D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99D31; }

 p { color: rgb(185,157,49); }

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

background-color css

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

 a { background-color: rgb(185,157,49); }

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

border-color css

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

 span { border-color: rgb(185,157,49); }

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