Html Css Color HEX #B9992F Sahara

📋 copy color: '#B9992F'

red 185 ◦ green 153 ◦ blue 47

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

Shades of Sahara #B9992F

Tints of Sahara #B9992F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.74%

 BLUE value IS 47 (18.75% from 255) = 12.21%

R = 48.05%
G = 39.74%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#B9992F (or 0xB9992F) is known color: Sahara. HEX triplet: B9, 99 and 2F. RGB value is (185,153,47). Sum of RGB (Red+Green+Blue) = 185+153+47=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 47 (18.75% from 255 or 12.21% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B9992F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9992F is #4666D0. Grayscale: #969696. Windows color (decimal): -4613841 or 3119545. OLE color: 3119545.

HSL color Cylindrical-coordinate representation of color #B9992F: hue angle of 46.09º degrees, saturation: 0.59, 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 #B9992F is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 153 47 -
CMYK 0 0.17 0.75 0.27
HSL 46.09º 0.59% 0.45% -
HSV(B) 46.09º 0.75% 0.73% -
XYZ 31.91 33.3 7.44 -
YUV 150.48 69.6 152.62 -
System Red Green Blue C M Y K H S L
Decimal 185 153 47 0 0.17 0.75 0.27 46.09 0.59 0.45
Hex B9 99 2F 0 11 4B 1B 2E 3B 2D
Octal 271 231 57 0 21 113 33 56 73 55
Binary 10111001 10011001 101111 0 10001 1001011 11011 101110 111011 101101

Color Harmonies of #B9992F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9992F

Black with #B9992F

Text Example


Text Example

White with #B9992F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9992F; }

 p { color: rgb(185,153,47); }

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

background-color css

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

 a { background-color: rgb(185,153,47); }

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

border-color css

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

 span { border-color: rgb(185,153,47); }

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