Html Css Color HEX #B1992B Sahara

📋 copy color: '#B1992B'

red 177 ◦ green 153 ◦ blue 43

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

Shades of Sahara #B1992B

Tints of Sahara #B1992B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.53%

R = 47.45%
G = 41.02%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B1992B (or 0xB1992B) is known color: Sahara. HEX triplet: B1, 99 and 2B. RGB value is (177,153,43). Sum of RGB (Red+Green+Blue) = 177+153+43=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 43 (17.19% from 255 or 11.53% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B1992B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1992B is #4E66D4. Grayscale: #949494. Windows color (decimal): -5138133 or 2857393. OLE color: 2857393.

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

Color convert

RGB 177 153 43 -
CMYK 0 0.14 0.76 0.31
HSL 49.25º 0.61% 0.43% -
HSV(B) 49.25º 0.76% 0.69% -
XYZ 29.96 32.3 6.94 -
YUV 147.64 68.95 148.94 -
System Red Green Blue C M Y K H S L
Decimal 177 153 43 0 0.14 0.76 0.31 49.25 0.61 0.43
Hex B1 99 2B 0 E 4C 1F 31 3D 2B
Octal 261 231 53 0 16 114 37 61 75 53
Binary 10110001 10011001 101011 0 1110 1001100 11111 110001 111101 101011

Color Harmonies of #B1992B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1992B

Black with #B1992B

Text Example


Text Example

White with #B1992B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1992B; }

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

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

background-color css

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

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

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

border-color css

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

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

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