Html Css Color HEX #B17031 Reno Sand

📋 copy color: '#B17031'

red 177 ◦ green 112 ◦ blue 49

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

Shades of Reno Sand #B17031

Tints of Reno Sand #B17031

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.14%

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

R = 52.37%
G = 33.14%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B17031 (or 0xB17031) is known color: Reno Sand. HEX triplet: B1, 70 and 31. RGB value is (177,112,49). Sum of RGB (Red+Green+Blue) = 177+112+49=338 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.37% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 49 (19.53% from 255 or 14.50% from 338); Max value from RGB is 177 - color contains mainly: red. Hex color #B17031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17031 is #4E8FCE. Grayscale: #7C7C7C. Windows color (decimal): -5148623 or 3240113. OLE color: 3240113.

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

Color convert

RGB 177 112 49 -
CMYK 0 0.37 0.72 0.31
HSL 29.53º 0.57% 0.44% -
HSV(B) 29.53º 0.72% 0.69% -
XYZ 24.48 21.16 5.7 -
YUV 124.25 85.53 165.62 -
System Red Green Blue C M Y K H S L
Decimal 177 112 49 0 0.37 0.72 0.31 29.53 0.57 0.44
Hex B1 70 31 0 25 48 1F 1E 39 2C
Octal 261 160 61 0 45 110 37 36 71 54
Binary 10110001 1110000 110001 0 100101 1001000 11111 11110 111001 101100

Color Harmonies of #B17031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17031

Black with #B17031

Text Example


Text Example

White with #B17031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17031; }

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

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

background-color css

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

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

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

border-color css

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

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

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