Html Css Color HEX #B99D33 Sahara

📋 copy color: '#B99D33'

red 185 ◦ green 157 ◦ blue 51

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

Shades of Sahara #B99D33

Tints of Sahara #B99D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.98%

R = 47.07%
G = 39.95%
B = 12.98%

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

#B99D33 (or 0xB99D33) is known color: Sahara. HEX triplet: B9, 9D and 33. RGB value is (185,157,51). Sum of RGB (Red+Green+Blue) = 185+157+51=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 51 (20.31% from 255 or 12.98% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99D33 is #4662CC. Grayscale: #999999. Windows color (decimal): -4612813 or 3382713. OLE color: 3382713.

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

Color convert

RGB 185 157 51 -
CMYK 0 0.15 0.72 0.27
HSL 47.46º 0.57% 0.46% -
HSV(B) 47.46º 0.72% 0.73% -
XYZ 32.66 34.67 8.1 -
YUV 153.29 70.28 150.62 -
System Red Green Blue C M Y K H S L
Decimal 185 157 51 0 0.15 0.72 0.27 47.46 0.57 0.46
Hex B9 9D 33 0 F 48 1B 2F 39 2E
Octal 271 235 63 0 17 110 33 57 71 56
Binary 10111001 10011101 110011 0 1111 1001000 11011 101111 111001 101110

Color Harmonies of #B99D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99D33

Black with #B99D33

Text Example


Text Example

White with #B99D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99D33; }

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

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

background-color css

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

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

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

border-color css

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

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

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