Html Css Color HEX #B17034 Reno Sand

📋 copy color: '#B17034'

red 177 ◦ green 112 ◦ blue 52

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

Shades of Reno Sand #B17034

Tints of Reno Sand #B17034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.25%

R = 51.91%
G = 32.84%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B17034 (or 0xB17034) is known color: Reno Sand. HEX triplet: B1, 70 and 34. RGB value is (177,112,52). Sum of RGB (Red+Green+Blue) = 177+112+52=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B17034 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17034 is #4E8FCB. Grayscale: #7C7C7C. Windows color (decimal): -5148620 or 3436721. OLE color: 3436721.

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

Color convert

RGB 177 112 52 -
CMYK 0 0.37 0.71 0.31
HSL 28.8º 0.55% 0.45% -
HSV(B) 28.8º 0.71% 0.69% -
XYZ 24.55 21.18 6.04 -
YUV 124.6 87.03 165.38 -
System Red Green Blue C M Y K H S L
Decimal 177 112 52 0 0.37 0.71 0.31 28.8 0.55 0.45
Hex B1 70 34 0 25 47 1F 1D 37 2D
Octal 261 160 64 0 45 107 37 35 67 55
Binary 10110001 1110000 110100 0 100101 1000111 11111 11101 110111 101101

Color Harmonies of #B17034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17034

Black with #B17034

Text Example


Text Example

White with #B17034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17034; }

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

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

background-color css

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

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

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

border-color css

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

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

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