Html Css Color HEX #B17131 Reno Sand

📋 copy color: '#B17131'

red 177 ◦ green 113 ◦ blue 49

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

Shades of Reno Sand #B17131

Tints of Reno Sand #B17131

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.33%

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

R = 52.21%
G = 33.33%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B17131 (or 0xB17131) is known color: Reno Sand. HEX triplet: B1, 71 and 31. RGB value is (177,113,49). Sum of RGB (Red+Green+Blue) = 177+113+49=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 49 (19.53% from 255 or 14.45% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B17131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17131 is #4E8ECE. Grayscale: #7D7D7D. Windows color (decimal): -5148367 or 3240369. OLE color: 3240369.

HSL color Cylindrical-coordinate representation of color #B17131: hue angle of 30º 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 #B17131 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 113 49 -
CMYK 0 0.36 0.72 0.31
HSL 30º 0.57% 0.44% -
HSV(B) 30º 0.72% 0.69% -
XYZ 24.59 21.38 5.74 -
YUV 124.84 85.2 165.2 -
System Red Green Blue C M Y K H S L
Decimal 177 113 49 0 0.36 0.72 0.31 30 0.57 0.44
Hex B1 71 31 0 24 48 1F 1E 39 2C
Octal 261 161 61 0 44 110 37 36 71 54
Binary 10110001 1110001 110001 0 100100 1001000 11111 11110 111001 101100

Color Harmonies of #B17131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17131

Black with #B17131

Text Example


Text Example

White with #B17131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17131; }

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

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

background-color css

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

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

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

border-color css

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

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

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