Html Css Color HEX #B56C2C Reno Sand

📋 copy color: '#B56C2C'

red 181 ◦ green 108 ◦ blue 44

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

Shades of Reno Sand #B56C2C

Tints of Reno Sand #B56C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.21%

R = 54.35%
G = 32.43%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B56C2C (or 0xB56C2C) is known color: Reno Sand. HEX triplet: B5, 6C and 2C. RGB value is (181,108,44). Sum of RGB (Red+Green+Blue) = 181+108+44=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 44 (17.58% from 255 or 13.21% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56C2C is #4A93D3. Grayscale: #7A7A7A. Windows color (decimal): -4887508 or 2911413. OLE color: 2911413.

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

Color convert

RGB 181 108 44 -
CMYK 0 0.40 0.76 0.29
HSL 28.03º 0.61% 0.44% -
HSV(B) 28.03º 0.76% 0.71% -
XYZ 24.87 20.73 5.07 -
YUV 122.53 83.68 169.7 -
System Red Green Blue C M Y K H S L
Decimal 181 108 44 0 0.40 0.76 0.29 28.03 0.61 0.44
Hex B5 6C 2C 0 28 4C 1D 1C 3D 2C
Octal 265 154 54 0 50 114 35 34 75 54
Binary 10110101 1101100 101100 0 101000 1001100 11101 11100 111101 101100

Color Harmonies of #B56C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56C2C

Black with #B56C2C

Text Example


Text Example

White with #B56C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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