Html Css Color HEX #B56E30 Reno Sand

📋 copy color: '#B56E30'

red 181 ◦ green 110 ◦ blue 48

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

Shades of Reno Sand #B56E30

Tints of Reno Sand #B56E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.16%

R = 53.39%
G = 32.45%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B56E30 (or 0xB56E30) is known color: Reno Sand. HEX triplet: B5, 6E and 30. RGB value is (181,110,48). Sum of RGB (Red+Green+Blue) = 181+110+48=339 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.39% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 48 (19.14% from 255 or 14.16% from 339); Max value from RGB is 181 - color contains mainly: red. Hex color #B56E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56E30 is #4A91CF. Grayscale: #7C7C7C. Windows color (decimal): -4886992 or 3174069. OLE color: 3174069.

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

Color convert

RGB 181 110 48 -
CMYK 0 0.39 0.73 0.29
HSL 27.97º 0.58% 0.45% -
HSV(B) 27.97º 0.73% 0.71% -
XYZ 25.17 21.19 5.56 -
YUV 124.16 85.02 168.54 -
System Red Green Blue C M Y K H S L
Decimal 181 110 48 0 0.39 0.73 0.29 27.97 0.58 0.45
Hex B5 6E 30 0 27 49 1D 1C 3A 2D
Octal 265 156 60 0 47 111 35 34 72 55
Binary 10110101 1101110 110000 0 100111 1001001 11101 11100 111010 101101

Color Harmonies of #B56E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56E30

Black with #B56E30

Text Example


Text Example

White with #B56E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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