Html Css Color HEX #B17336 Reno Sand

📋 copy color: '#B17336'

red 177 ◦ green 115 ◦ blue 54

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

Shades of Reno Sand #B17336

Tints of Reno Sand #B17336

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.24%

 BLUE value IS 54 (21.48% from 255) = 15.61%

R = 51.16%
G = 33.24%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B17336 (or 0xB17336) is known color: Reno Sand. HEX triplet: B1, 73 and 36. RGB value is (177,115,54). Sum of RGB (Red+Green+Blue) = 177+115+54=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 54 (21.48% from 255 or 15.61% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B17336 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17336 is #4E8CC9. Grayscale: #7E7E7E. Windows color (decimal): -5147850 or 3568561. OLE color: 3568561.

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

Color convert

RGB 177 115 54 -
CMYK 0 0.35 0.69 0.31
HSL 29.76º 0.53% 0.45% -
HSV(B) 29.76º 0.69% 0.69% -
XYZ 24.93 21.87 6.4 -
YUV 126.58 87.04 163.96 -
System Red Green Blue C M Y K H S L
Decimal 177 115 54 0 0.35 0.69 0.31 29.76 0.53 0.45
Hex B1 73 36 0 23 45 1F 1E 35 2D
Octal 261 163 66 0 43 105 37 36 65 55
Binary 10110001 1110011 110110 0 100011 1000101 11111 11110 110101 101101

Color Harmonies of #B17336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17336

Black with #B17336

Text Example


Text Example

White with #B17336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17336; }

 p { color: rgb(177,115,54); }

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

background-color css

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

 a { background-color: rgb(177,115,54); }

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

border-color css

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

 span { border-color: rgb(177,115,54); }

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