Html Css Color HEX #B57140 Bourbon

📋 copy color: '#B57140'

red 181 ◦ green 113 ◦ blue 64

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

Shades of Bourbon #B57140

Tints of Bourbon #B57140

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.56%

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

R = 50.56%
G = 31.56%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B57140 (or 0xB57140) is known color: Bourbon. HEX triplet: B5, 71 and 40. RGB value is (181,113,64). Sum of RGB (Red+Green+Blue) = 181+113+64=358 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.56% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 181 - color contains mainly: red. Hex color #B57140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57140 is #4A8EBF. Grayscale: #808080. Windows color (decimal): -4886208 or 4223413. OLE color: 4223413.

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

Color convert

RGB 181 113 64 -
CMYK 0 0.38 0.65 0.29
HSL 25.13º 0.48% 0.48% -
HSV(B) 25.13º 0.65% 0.71% -
XYZ 25.89 22 7.73 -
YUV 127.75 92.03 165.98 -
System Red Green Blue C M Y K H S L
Decimal 181 113 64 0 0.38 0.65 0.29 25.13 0.48 0.48
Hex B5 71 40 0 26 41 1D 19 30 30
Octal 265 161 100 0 46 101 35 31 60 60
Binary 10110101 1110001 1000000 0 100110 1000001 11101 11001 110000 110000

Color Harmonies of #B57140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57140

Black with #B57140

Text Example


Text Example

White with #B57140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57140; }

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

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

background-color css

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

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

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

border-color css

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

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

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