Html Css Color HEX #B56C42 Bourbon

📋 copy color: '#B56C42'

red 181 ◦ green 108 ◦ blue 66

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

Shades of Bourbon #B56C42

Tints of Bourbon #B56C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.59%

R = 50.99%
G = 30.42%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B56C42 (or 0xB56C42) is known color: Bourbon. HEX triplet: B5, 6C and 42. RGB value is (181,108,66). Sum of RGB (Red+Green+Blue) = 181+108+66=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 66 (26.17% from 255 or 18.59% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56C42 is #4A93BD. Grayscale: #7D7D7D. Windows color (decimal): -4887486 or 4353205. OLE color: 4353205.

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

Color convert

RGB 181 108 66 -
CMYK 0 0.40 0.64 0.29
HSL 21.91º 0.47% 0.48% -
HSV(B) 21.91º 0.64% 0.71% -
XYZ 25.4 20.94 7.86 -
YUV 125.04 94.68 167.92 -
System Red Green Blue C M Y K H S L
Decimal 181 108 66 0 0.40 0.64 0.29 21.91 0.47 0.48
Hex B5 6C 42 0 28 40 1D 16 2F 30
Octal 265 154 102 0 50 100 35 26 57 60
Binary 10110101 1101100 1000010 0 101000 1000000 11101 10110 101111 110000

Color Harmonies of #B56C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56C42

Black with #B56C42

Text Example


Text Example

White with #B56C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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