Html Css Color HEX #B19F31 Sahara

📋 copy color: '#B19F31'

red 177 ◦ green 159 ◦ blue 49

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

Shades of Sahara #B19F31

Tints of Sahara #B19F31

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.3%

 BLUE value IS 49 (19.53% from 255) = 12.73%

R = 45.97%
G = 41.3%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B19F31 (or 0xB19F31) is known color: Sahara. HEX triplet: B1, 9F and 31. RGB value is (177,159,49). Sum of RGB (Red+Green+Blue) = 177+159+49=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 49 (19.53% from 255 or 12.73% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B19F31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19F31 is #4E60CE. Grayscale: #989898. Windows color (decimal): -5136591 or 3252145. OLE color: 3252145.

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

Color convert

RGB 177 159 49 -
CMYK 0 0.10 0.72 0.31
HSL 51.56º 0.57% 0.44% -
HSV(B) 51.56º 0.72% 0.69% -
XYZ 31.08 34.37 7.9 -
YUV 151.84 69.96 145.94 -
System Red Green Blue C M Y K H S L
Decimal 177 159 49 0 0.10 0.72 0.31 51.56 0.57 0.44
Hex B1 9F 31 0 A 48 1F 34 39 2C
Octal 261 237 61 0 12 110 37 64 71 54
Binary 10110001 10011111 110001 0 1010 1001000 11111 110100 111001 101100

Color Harmonies of #B19F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19F31

Black with #B19F31

Text Example


Text Example

White with #B19F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19F31; }

 p { color: rgb(177,159,49); }

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

background-color css

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

 a { background-color: rgb(177,159,49); }

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

border-color css

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

 span { border-color: rgb(177,159,49); }

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