Html Css Color HEX #B17037 Reno Sand

📋 copy color: '#B17037'

red 177 ◦ green 112 ◦ blue 55

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

Shades of Reno Sand #B17037

Tints of Reno Sand #B17037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.99%

R = 51.45%
G = 32.56%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B17037 (or 0xB17037) is known color: Reno Sand. HEX triplet: B1, 70 and 37. RGB value is (177,112,55). Sum of RGB (Red+Green+Blue) = 177+112+55=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 55 (21.88% from 255 or 15.99% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B17037 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17037 is #4E8FC8. Grayscale: #7D7D7D. Windows color (decimal): -5148617 or 3633329. OLE color: 3633329.

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

Color convert

RGB 177 112 55 -
CMYK 0 0.37 0.69 0.31
HSL 28.03º 0.53% 0.45% -
HSV(B) 28.03º 0.69% 0.69% -
XYZ 24.62 21.21 6.41 -
YUV 124.94 88.53 165.13 -
System Red Green Blue C M Y K H S L
Decimal 177 112 55 0 0.37 0.69 0.31 28.03 0.53 0.45
Hex B1 70 37 0 25 45 1F 1C 35 2D
Octal 261 160 67 0 45 105 37 34 65 55
Binary 10110001 1110000 110111 0 100101 1000101 11111 11100 110101 101101

Color Harmonies of #B17037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17037

Black with #B17037

Text Example


Text Example

White with #B17037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17037; }

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

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

background-color css

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

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

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

border-color css

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

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

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