Html Css Color HEX #B57136 Reno Sand

📋 copy color: '#B57136'

red 181 ◦ green 113 ◦ blue 54

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

Shades of Reno Sand #B57136

Tints of Reno Sand #B57136

RGB

 RED value IS 181 (71.09% from 255) = 52.01%

 GREEN value IS 113 (44.53% from 255) = 32.47%

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

R = 52.01%
G = 32.47%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B57136 (or 0xB57136) is known color: Reno Sand. HEX triplet: B5, 71 and 36. RGB value is (181,113,54). Sum of RGB (Red+Green+Blue) = 181+113+54=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 54 (21.48% from 255 or 15.52% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B57136 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57136 is #4A8EC9. Grayscale: #7E7E7E. Windows color (decimal): -4886218 or 3568053. OLE color: 3568053.

HSL color Cylindrical-coordinate representation of color #B57136: hue angle of 27.87º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B57136 is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 113 54 -
CMYK 0 0.38 0.70 0.29
HSL 27.87º 0.54% 0.46% -
HSV(B) 27.87º 0.7% 0.71% -
XYZ 25.63 21.9 6.37 -
YUV 126.61 87.03 166.8 -
System Red Green Blue C M Y K H S L
Decimal 181 113 54 0 0.38 0.70 0.29 27.87 0.54 0.46
Hex B5 71 36 0 26 46 1D 1C 36 2E
Octal 265 161 66 0 46 106 35 34 66 56
Binary 10110101 1110001 110110 0 100110 1000110 11101 11100 110110 101110

Color Harmonies of #B57136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57136

Black with #B57136

Text Example


Text Example

White with #B57136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57136; }

 p { color: rgb(181,113,54); }

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

background-color css

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

 a { background-color: rgb(181,113,54); }

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

border-color css

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

 span { border-color: rgb(181,113,54); }

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