Html Css Color HEX #B17132 Reno Sand

📋 copy color: '#B17132'

red 177 ◦ green 113 ◦ blue 50

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

Shades of Reno Sand #B17132

Tints of Reno Sand #B17132

RGB

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

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

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

R = 52.06%
G = 33.24%
B = 14.71%

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

#B17132 (or 0xB17132) is known color: Reno Sand. HEX triplet: B1, 71 and 32. RGB value is (177,113,50). Sum of RGB (Red+Green+Blue) = 177+113+50=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 50 (19.92% from 255 or 14.71% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B17132 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17132 is #4E8ECD. Grayscale: #7D7D7D. Windows color (decimal): -5148366 or 3305905. OLE color: 3305905.

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

Color convert

RGB 177 113 50 -
CMYK 0 0.36 0.72 0.31
HSL 29.76º 0.56% 0.45% -
HSV(B) 29.76º 0.72% 0.69% -
XYZ 24.61 21.39 5.85 -
YUV 124.95 85.7 165.12 -
System Red Green Blue C M Y K H S L
Decimal 177 113 50 0 0.36 0.72 0.31 29.76 0.56 0.45
Hex B1 71 32 0 24 48 1F 1E 38 2D
Octal 261 161 62 0 44 110 37 36 70 55
Binary 10110001 1110001 110010 0 100100 1001000 11111 11110 111000 101101

Color Harmonies of #B17132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17132

Black with #B17132

Text Example


Text Example

White with #B17132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17132; }

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

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

background-color css

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

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

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

border-color css

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

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

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