Html Css Color HEX #B99D2E Sahara

📋 copy color: '#B99D2E'

red 185 ◦ green 157 ◦ blue 46

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

Shades of Sahara #B99D2E

Tints of Sahara #B99D2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.86%

R = 47.68%
G = 40.46%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#B99D2E (or 0xB99D2E) is known color: Sahara. HEX triplet: B9, 9D and 2E. RGB value is (185,157,46). Sum of RGB (Red+Green+Blue) = 185+157+46=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 157 (61.72% from 255 or 40.46% from 388); Blue value is 46 (18.36% from 255 or 11.86% from 388); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99D2E is #4662D1. Grayscale: #999999. Windows color (decimal): -4612818 or 3055033. OLE color: 3055033.

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

Color convert

RGB 185 157 46 -
CMYK 0 0.15 0.75 0.27
HSL 47.91º 0.6% 0.45% -
HSV(B) 47.91º 0.75% 0.73% -
XYZ 32.56 34.63 7.55 -
YUV 152.72 67.78 151.03 -
System Red Green Blue C M Y K H S L
Decimal 185 157 46 0 0.15 0.75 0.27 47.91 0.6 0.45
Hex B9 9D 2E 0 F 4B 1B 30 3C 2D
Octal 271 235 56 0 17 113 33 60 74 55
Binary 10111001 10011101 101110 0 1111 1001011 11011 110000 111100 101101

Color Harmonies of #B99D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99D2E

Black with #B99D2E

Text Example


Text Example

White with #B99D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99D2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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