Html Css Color HEX #B56940 Bourbon

📋 copy color: '#B56940'

red 181 ◦ green 105 ◦ blue 64

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

Shades of Bourbon #B56940

Tints of Bourbon #B56940

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30%

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

R = 51.71%
G = 30%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B56940 (or 0xB56940) is known color: Bourbon. HEX triplet: B5, 69 and 40. RGB value is (181,105,64). Sum of RGB (Red+Green+Blue) = 181+105+64=350 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.71% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 181 - color contains mainly: red. Hex color #B56940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B56940 is #4A96BF. Grayscale: #7B7B7B. Windows color (decimal): -4888256 or 4221365. OLE color: 4221365.

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

Color convert

RGB 181 105 64 -
CMYK 0 0.42 0.65 0.29
HSL 21.03º 0.48% 0.48% -
HSV(B) 21.03º 0.65% 0.71% -
XYZ 25.03 20.3 7.45 -
YUV 123.05 94.68 169.33 -
System Red Green Blue C M Y K H S L
Decimal 181 105 64 0 0.42 0.65 0.29 21.03 0.48 0.48
Hex B5 69 40 0 2A 41 1D 15 30 30
Octal 265 151 100 0 52 101 35 25 60 60
Binary 10110101 1101001 1000000 0 101010 1000001 11101 10101 110000 110000

Color Harmonies of #B56940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56940

Black with #B56940

Text Example


Text Example

White with #B56940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56940; }

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

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

background-color css

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

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

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

border-color css

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

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

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