Html Css Color HEX #B17032 Reno Sand

📋 copy color: '#B17032'

red 177 ◦ green 112 ◦ blue 50

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

Shades of Reno Sand #B17032

Tints of Reno Sand #B17032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.75%

R = 52.21%
G = 33.04%
B = 14.75%

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

#B17032 (or 0xB17032) is known color: Reno Sand. HEX triplet: B1, 70 and 32. RGB value is (177,112,50). Sum of RGB (Red+Green+Blue) = 177+112+50=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B17032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17032 is #4E8FCD. Grayscale: #7C7C7C. Windows color (decimal): -5148622 or 3305649. OLE color: 3305649.

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

Color convert

RGB 177 112 50 -
CMYK 0 0.37 0.72 0.31
HSL 29.29º 0.56% 0.45% -
HSV(B) 29.29º 0.72% 0.69% -
XYZ 24.5 21.17 5.81 -
YUV 124.37 86.03 165.54 -
System Red Green Blue C M Y K H S L
Decimal 177 112 50 0 0.37 0.72 0.31 29.29 0.56 0.45
Hex B1 70 32 0 25 48 1F 1D 38 2D
Octal 261 160 62 0 45 110 37 35 70 55
Binary 10110001 1110000 110010 0 100101 1001000 11111 11101 111000 101101

Color Harmonies of #B17032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17032

Black with #B17032

Text Example


Text Example

White with #B17032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17032; }

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

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

background-color css

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

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

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

border-color css

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

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

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