Html Css Color HEX #B99D34 Sahara

📋 copy color: '#B99D34'

red 185 ◦ green 157 ◦ blue 52

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

Shades of Sahara #B99D34

Tints of Sahara #B99D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.2%

R = 46.95%
G = 39.85%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B99D34 (or 0xB99D34) is known color: Sahara. HEX triplet: B9, 9D and 34. RGB value is (185,157,52). Sum of RGB (Red+Green+Blue) = 185+157+52=394 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.95% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 52 (20.70% from 255 or 13.20% from 394); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99D34 is #4662CB. Grayscale: #999999. Windows color (decimal): -4612812 or 3448249. OLE color: 3448249.

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

Color convert

RGB 185 157 52 -
CMYK 0 0.15 0.72 0.27
HSL 47.37º 0.56% 0.46% -
HSV(B) 47.37º 0.72% 0.73% -
XYZ 32.68 34.68 8.22 -
YUV 153.4 70.78 150.54 -
System Red Green Blue C M Y K H S L
Decimal 185 157 52 0 0.15 0.72 0.27 47.37 0.56 0.46
Hex B9 9D 34 0 F 48 1B 2F 38 2E
Octal 271 235 64 0 17 110 33 57 70 56
Binary 10111001 10011101 110100 0 1111 1001000 11011 101111 111000 101110

Color Harmonies of #B99D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99D34

Black with #B99D34

Text Example


Text Example

White with #B99D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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