Html Css Color HEX #B17232 Reno Sand

📋 copy color: '#B17232'

red 177 ◦ green 114 ◦ blue 50

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

Shades of Reno Sand #B17232

Tints of Reno Sand #B17232

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.43%

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

R = 51.91%
G = 33.43%
B = 14.66%

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

#B17232 (or 0xB17232) is known color: Reno Sand. HEX triplet: B1, 72 and 32. RGB value is (177,114,50). Sum of RGB (Red+Green+Blue) = 177+114+50=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B17232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17232 is #4E8DCD. Grayscale: #7D7D7D. Windows color (decimal): -5148110 or 3306161. OLE color: 3306161.

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

Color convert

RGB 177 114 50 -
CMYK 0 0.36 0.72 0.31
HSL 30.24º 0.56% 0.45% -
HSV(B) 30.24º 0.72% 0.69% -
XYZ 24.72 21.61 5.89 -
YUV 125.54 85.37 164.7 -
System Red Green Blue C M Y K H S L
Decimal 177 114 50 0 0.36 0.72 0.31 30.24 0.56 0.45
Hex B1 72 32 0 24 48 1F 1E 38 2D
Octal 261 162 62 0 44 110 37 36 70 55
Binary 10110001 1110010 110010 0 100100 1001000 11111 11110 111000 101101

Color Harmonies of #B17232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17232

Black with #B17232

Text Example


Text Example

White with #B17232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17232; }

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

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

background-color css

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

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

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

border-color css

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

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

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