Html Css Color HEX #B1992D Sahara

📋 copy color: '#B1992D'

red 177 ◦ green 153 ◦ blue 45

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

Shades of Sahara #B1992D

Tints of Sahara #B1992D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12%

R = 47.2%
G = 40.8%
B = 12%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B1992D (or 0xB1992D) is known color: Sahara. HEX triplet: B1, 99 and 2D. RGB value is (177,153,45). Sum of RGB (Red+Green+Blue) = 177+153+45=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 45 (17.97% from 255 or 12% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B1992D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1992D is #4E66D2. Grayscale: #949494. Windows color (decimal): -5138131 or 2988465. OLE color: 2988465.

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

Color convert

RGB 177 153 45 -
CMYK 0 0.14 0.75 0.31
HSL 49.09º 0.59% 0.44% -
HSV(B) 49.09º 0.75% 0.69% -
XYZ 30 32.32 7.14 -
YUV 147.86 69.95 148.78 -
System Red Green Blue C M Y K H S L
Decimal 177 153 45 0 0.14 0.75 0.31 49.09 0.59 0.44
Hex B1 99 2D 0 E 4B 1F 31 3B 2C
Octal 261 231 55 0 16 113 37 61 73 54
Binary 10110001 10011001 101101 0 1110 1001011 11111 110001 111011 101100

Color Harmonies of #B1992D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1992D

Black with #B1992D

Text Example


Text Example

White with #B1992D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1992D; }

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

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

background-color css

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

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

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

border-color css

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

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

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