Html Css Color HEX #B1992E Sahara

📋 copy color: '#B1992E'

red 177 ◦ green 153 ◦ blue 46

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

Shades of Sahara #B1992E

Tints of Sahara #B1992E

RGB

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

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

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

R = 47.07%
G = 40.69%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B1992E (or 0xB1992E) is known color: Sahara. HEX triplet: B1, 99 and 2E. RGB value is (177,153,46). Sum of RGB (Red+Green+Blue) = 177+153+46=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 46 (18.36% from 255 or 12.23% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B1992E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1992E is #4E66D1. Grayscale: #949494. Windows color (decimal): -5138130 or 3054001. OLE color: 3054001.

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

Color convert

RGB 177 153 46 -
CMYK 0 0.14 0.74 0.31
HSL 49.01º 0.59% 0.44% -
HSV(B) 49.01º 0.74% 0.69% -
XYZ 30.02 32.33 7.24 -
YUV 147.98 70.45 148.7 -
System Red Green Blue C M Y K H S L
Decimal 177 153 46 0 0.14 0.74 0.31 49.01 0.59 0.44
Hex B1 99 2E 0 E 4A 1F 31 3B 2C
Octal 261 231 56 0 16 112 37 61 73 54
Binary 10110001 10011001 101110 0 1110 1001010 11111 110001 111011 101100

Color Harmonies of #B1992E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1992E

Black with #B1992E

Text Example


Text Example

White with #B1992E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1992E; }

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

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

background-color css

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

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

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

border-color css

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

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

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