Html Css Color HEX #B56C29 Reno Sand

📋 copy color: '#B56C29'

red 181 ◦ green 108 ◦ blue 41

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

Shades of Reno Sand #B56C29

Tints of Reno Sand #B56C29

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.73%

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

R = 54.85%
G = 32.73%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B56C29 (or 0xB56C29) is known color: Reno Sand. HEX triplet: B5, 6C and 29. RGB value is (181,108,41). Sum of RGB (Red+Green+Blue) = 181+108+41=330 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.85% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 41 (16.41% from 255 or 12.42% from 330); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56C29 is #4A93D6. Grayscale: #7A7A7A. Windows color (decimal): -4887511 or 2714805. OLE color: 2714805.

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

Color convert

RGB 181 108 41 -
CMYK 0 0.40 0.77 0.29
HSL 28.71º 0.63% 0.44% -
HSV(B) 28.71º 0.77% 0.71% -
XYZ 24.82 20.71 4.79 -
YUV 122.19 82.18 169.95 -
System Red Green Blue C M Y K H S L
Decimal 181 108 41 0 0.40 0.77 0.29 28.71 0.63 0.44
Hex B5 6C 29 0 28 4D 1D 1D 3F 2C
Octal 265 154 51 0 50 115 35 35 77 54
Binary 10110101 1101100 101001 0 101000 1001101 11101 11101 111111 101100

Color Harmonies of #B56C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56C29

Black with #B56C29

Text Example


Text Example

White with #B56C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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