Html Css Color HEX #B57041 Bourbon

📋 copy color: '#B57041'

red 181 ◦ green 112 ◦ blue 65

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

Shades of Bourbon #B57041

Tints of Bourbon #B57041

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.28%

 BLUE value IS 65 (25.78% from 255) = 18.16%

R = 50.56%
G = 31.28%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B57041 (or 0xB57041) is known color: Bourbon. HEX triplet: B5, 70 and 41. RGB value is (181,112,65). Sum of RGB (Red+Green+Blue) = 181+112+65=358 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.56% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 181 - color contains mainly: red. Hex color #B57041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57041 is #4A8FBE. Grayscale: #7F7F7F. Windows color (decimal): -4886463 or 4288693. OLE color: 4288693.

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

Color convert

RGB 181 112 65 -
CMYK 0 0.38 0.64 0.29
HSL 24.31º 0.47% 0.48% -
HSV(B) 24.31º 0.64% 0.71% -
XYZ 25.8 21.79 7.85 -
YUV 127.27 92.86 166.32 -
System Red Green Blue C M Y K H S L
Decimal 181 112 65 0 0.38 0.64 0.29 24.31 0.47 0.48
Hex B5 70 41 0 26 40 1D 18 2F 30
Octal 265 160 101 0 46 100 35 30 57 60
Binary 10110101 1110000 1000001 0 100110 1000000 11101 11000 101111 110000

Color Harmonies of #B57041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57041

Black with #B57041

Text Example


Text Example

White with #B57041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57041; }

 p { color: rgb(181,112,65); }

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

background-color css

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

 a { background-color: rgb(181,112,65); }

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

border-color css

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

 span { border-color: rgb(181,112,65); }

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