Html Css Color HEX #B56E29 Reno Sand

📋 copy color: '#B56E29'

red 181 ◦ green 110 ◦ blue 41

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

Shades of Reno Sand #B56E29

Tints of Reno Sand #B56E29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.35%

R = 54.52%
G = 33.13%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B56E29 (or 0xB56E29) is known color: Reno Sand. HEX triplet: B5, 6E and 29. RGB value is (181,110,41). Sum of RGB (Red+Green+Blue) = 181+110+41=332 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.52% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 41 (16.41% from 255 or 12.35% from 332); Max value from RGB is 181 - color contains mainly: red. Hex color #B56E29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56E29 is #4A91D6. Grayscale: #7B7B7B. Windows color (decimal): -4886999 or 2715317. OLE color: 2715317.

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

Color convert

RGB 181 110 41 -
CMYK 0 0.39 0.77 0.29
HSL 29.57º 0.63% 0.44% -
HSV(B) 29.57º 0.77% 0.71% -
XYZ 25.03 21.14 4.86 -
YUV 123.36 81.52 169.11 -
System Red Green Blue C M Y K H S L
Decimal 181 110 41 0 0.39 0.77 0.29 29.57 0.63 0.44
Hex B5 6E 29 0 27 4D 1D 1E 3F 2C
Octal 265 156 51 0 47 115 35 36 77 54
Binary 10110101 1101110 101001 0 100111 1001101 11101 11110 111111 101100

Color Harmonies of #B56E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56E29

Black with #B56E29

Text Example


Text Example

White with #B56E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56E29; }

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

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

background-color css

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

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

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

border-color css

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

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

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