Html Css Color HEX #B56E32 Reno Sand

📋 copy color: '#B56E32'

red 181 ◦ green 110 ◦ blue 50

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

Shades of Reno Sand #B56E32

Tints of Reno Sand #B56E32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.66%

R = 53.08%
G = 32.26%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B56E32 (or 0xB56E32) is known color: Reno Sand. HEX triplet: B5, 6E and 32. RGB value is (181,110,50). Sum of RGB (Red+Green+Blue) = 181+110+50=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B56E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56E32 is #4A91CD. Grayscale: #7C7C7C. Windows color (decimal): -4886990 or 3305141. OLE color: 3305141.

HSL color Cylindrical-coordinate representation of color #B56E32: hue angle of 27.48º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B56E32 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 110 50 -
CMYK 0 0.39 0.72 0.29
HSL 27.48º 0.57% 0.45% -
HSV(B) 27.48º 0.72% 0.71% -
XYZ 25.21 21.21 5.78 -
YUV 124.39 86.02 168.38 -
System Red Green Blue C M Y K H S L
Decimal 181 110 50 0 0.39 0.72 0.29 27.48 0.57 0.45
Hex B5 6E 32 0 27 48 1D 1B 39 2D
Octal 265 156 62 0 47 110 35 33 71 55
Binary 10110101 1101110 110010 0 100111 1001000 11101 11011 111001 101101

Color Harmonies of #B56E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56E32

Black with #B56E32

Text Example


Text Example

White with #B56E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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