Html Css Color HEX #B17535 Reno Sand

📋 copy color: '#B17535'

red 177 ◦ green 117 ◦ blue 53

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

Shades of Reno Sand #B17535

Tints of Reno Sand #B17535

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.72%

 BLUE value IS 53 (21.09% from 255) = 15.27%

R = 51.01%
G = 33.72%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B17535 (or 0xB17535) is known color: Reno Sand. HEX triplet: B1, 75 and 35. RGB value is (177,117,53). Sum of RGB (Red+Green+Blue) = 177+117+53=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 53 (21.09% from 255 or 15.27% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B17535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17535 is #4E8ACA. Grayscale: #7F7F7F. Windows color (decimal): -5147339 or 3503537. OLE color: 3503537.

HSL color Cylindrical-coordinate representation of color #B17535: hue angle of 30.97º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B17535 is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 117 53 -
CMYK 0 0.34 0.70 0.31
HSL 30.97º 0.54% 0.45% -
HSV(B) 30.97º 0.7% 0.69% -
XYZ 25.14 22.33 6.35 -
YUV 127.64 85.88 163.2 -
System Red Green Blue C M Y K H S L
Decimal 177 117 53 0 0.34 0.70 0.31 30.97 0.54 0.45
Hex B1 75 35 0 22 46 1F 1F 36 2D
Octal 261 165 65 0 42 106 37 37 66 55
Binary 10110001 1110101 110101 0 100010 1000110 11111 11111 110110 101101

Color Harmonies of #B17535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17535

Black with #B17535

Text Example


Text Example

White with #B17535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17535; }

 p { color: rgb(177,117,53); }

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

background-color css

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

 a { background-color: rgb(177,117,53); }

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

border-color css

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

 span { border-color: rgb(177,117,53); }

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