Html Css Color HEX #B1992F Sahara

📋 copy color: '#B1992F'

red 177 ◦ green 153 ◦ blue 47

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

Shades of Sahara #B1992F

Tints of Sahara #B1992F

RGB

 RED value IS 177 (69.53% from 255) = 46.95%

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

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

R = 46.95%
G = 40.58%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B1992F (or 0xB1992F) is known color: Sahara. HEX triplet: B1, 99 and 2F. RGB value is (177,153,47). Sum of RGB (Red+Green+Blue) = 177+153+47=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 47 (18.75% from 255 or 12.47% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B1992F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1992F is #4E66D0. Grayscale: #949494. Windows color (decimal): -5138129 or 3119537. OLE color: 3119537.

HSL color Cylindrical-coordinate representation of color #B1992F: hue angle of 48.92º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B1992F is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 153 47 -
CMYK 0 0.14 0.73 0.31
HSL 48.92º 0.58% 0.44% -
HSV(B) 48.92º 0.73% 0.69% -
XYZ 30.04 32.33 7.35 -
YUV 148.09 70.95 148.62 -
System Red Green Blue C M Y K H S L
Decimal 177 153 47 0 0.14 0.73 0.31 48.92 0.58 0.44
Hex B1 99 2F 0 E 49 1F 31 3A 2C
Octal 261 231 57 0 16 111 37 61 72 54
Binary 10110001 10011001 101111 0 1110 1001001 11111 110001 111010 101100

Color Harmonies of #B1992F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1992F

Black with #B1992F

Text Example


Text Example

White with #B1992F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1992F; }

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

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

background-color css

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

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

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

border-color css

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

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

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