Html Css Color HEX #B56C40 Bourbon

📋 copy color: '#B56C40'

red 181 ◦ green 108 ◦ blue 64

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

Shades of Bourbon #B56C40

Tints of Bourbon #B56C40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.13%

R = 51.27%
G = 30.59%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B56C40 (or 0xB56C40) is known color: Bourbon. HEX triplet: B5, 6C and 40. RGB value is (181,108,64). Sum of RGB (Red+Green+Blue) = 181+108+64=353 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.27% from 353); Green value is 108 (42.58% from 255 or 30.59% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56C40 is #4A93BF. Grayscale: #7D7D7D. Windows color (decimal): -4887488 or 4222133. OLE color: 4222133.

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

Color convert

RGB 181 108 64 -
CMYK 0 0.40 0.65 0.29
HSL 22.56º 0.48% 0.48% -
HSV(B) 22.56º 0.65% 0.71% -
XYZ 25.34 20.92 7.55 -
YUV 124.81 93.68 168.08 -
System Red Green Blue C M Y K H S L
Decimal 181 108 64 0 0.40 0.65 0.29 22.56 0.48 0.48
Hex B5 6C 40 0 28 41 1D 17 30 30
Octal 265 154 100 0 50 101 35 27 60 60
Binary 10110101 1101100 1000000 0 101000 1000001 11101 10111 110000 110000

Color Harmonies of #B56C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56C40

Black with #B56C40

Text Example


Text Example

White with #B56C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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