Html Css Color HEX #B56D31 Reno Sand

📋 copy color: '#B56D31'

red 181 ◦ green 109 ◦ blue 49

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

Shades of Reno Sand #B56D31

Tints of Reno Sand #B56D31

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.15%

 BLUE value IS 49 (19.53% from 255) = 14.45%

R = 53.39%
G = 32.15%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B56D31 (or 0xB56D31) is known color: Reno Sand. HEX triplet: B5, 6D and 31. RGB value is (181,109,49). Sum of RGB (Red+Green+Blue) = 181+109+49=339 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.39% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 49 (19.53% from 255 or 14.45% from 339); Max value from RGB is 181 - color contains mainly: red. Hex color #B56D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56D31 is #4A92CE. Grayscale: #7C7C7C. Windows color (decimal): -4887247 or 3239349. OLE color: 3239349.

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

Color convert

RGB 181 109 49 -
CMYK 0 0.40 0.73 0.29
HSL 27.27º 0.57% 0.45% -
HSV(B) 27.27º 0.73% 0.71% -
XYZ 25.08 20.98 5.63 -
YUV 123.69 85.85 168.88 -
System Red Green Blue C M Y K H S L
Decimal 181 109 49 0 0.40 0.73 0.29 27.27 0.57 0.45
Hex B5 6D 31 0 28 49 1D 1B 39 2D
Octal 265 155 61 0 50 111 35 33 71 55
Binary 10110101 1101101 110001 0 101000 1001001 11101 11011 111001 101101

Color Harmonies of #B56D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56D31

Black with #B56D31

Text Example


Text Example

White with #B56D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56D31; }

 p { color: rgb(181,109,49); }

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

background-color css

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

 a { background-color: rgb(181,109,49); }

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

border-color css

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

 span { border-color: rgb(181,109,49); }

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