Html Css Color HEX #B56E36 Reno Sand

📋 copy color: '#B56E36'

red 181 ◦ green 110 ◦ blue 54

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

Shades of Reno Sand #B56E36

Tints of Reno Sand #B56E36

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.88%

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

R = 52.46%
G = 31.88%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B56E36 (or 0xB56E36) is known color: Reno Sand. HEX triplet: B5, 6E and 36. RGB value is (181,110,54). Sum of RGB (Red+Green+Blue) = 181+110+54=345 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.46% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 54 (21.48% from 255 or 15.65% from 345); Max value from RGB is 181 - color contains mainly: red. Hex color #B56E36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56E36 is #4A91C9. Grayscale: #7D7D7D. Windows color (decimal): -4886986 or 3567285. OLE color: 3567285.

HSL color Cylindrical-coordinate representation of color #B56E36: hue angle of 26.46º 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 #B56E36 is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 110 54 -
CMYK 0 0.39 0.70 0.29
HSL 26.46º 0.54% 0.46% -
HSV(B) 26.46º 0.7% 0.71% -
XYZ 25.3 21.24 6.26 -
YUV 124.85 88.02 168.05 -
System Red Green Blue C M Y K H S L
Decimal 181 110 54 0 0.39 0.70 0.29 26.46 0.54 0.46
Hex B5 6E 36 0 27 46 1D 1A 36 2E
Octal 265 156 66 0 47 106 35 32 66 56
Binary 10110101 1101110 110110 0 100111 1000110 11101 11010 110110 101110

Color Harmonies of #B56E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56E36

Black with #B56E36

Text Example


Text Example

White with #B56E36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56E36; }

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

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

background-color css

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

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

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

border-color css

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

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

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