Html Css Color HEX #B57341 Bourbon

📋 copy color: '#B57341'

red 181 ◦ green 115 ◦ blue 65

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

Shades of Bourbon #B57341

Tints of Bourbon #B57341

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.86%

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

R = 50.14%
G = 31.86%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B57341 (or 0xB57341) is known color: Bourbon. HEX triplet: B5, 73 and 41. RGB value is (181,115,65). Sum of RGB (Red+Green+Blue) = 181+115+65=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B57341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57341 is #4A8CBE. Grayscale: #818181. Windows color (decimal): -4885695 or 4289461. OLE color: 4289461.

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

Color convert

RGB 181 115 65 -
CMYK 0 0.36 0.64 0.29
HSL 25.86º 0.47% 0.48% -
HSV(B) 25.86º 0.64% 0.71% -
XYZ 26.14 22.47 7.96 -
YUV 129.03 91.87 165.07 -
System Red Green Blue C M Y K H S L
Decimal 181 115 65 0 0.36 0.64 0.29 25.86 0.47 0.48
Hex B5 73 41 0 24 40 1D 1A 2F 30
Octal 265 163 101 0 44 100 35 32 57 60
Binary 10110101 1110011 1000001 0 100100 1000000 11101 11010 101111 110000

Color Harmonies of #B57341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57341

Black with #B57341

Text Example


Text Example

White with #B57341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57341; }

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

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

background-color css

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

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

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

border-color css

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

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

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