Html Css Color HEX #B57546 Bourbon

📋 copy color: '#B57546'

red 181 ◦ green 117 ◦ blue 70

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

Shades of Bourbon #B57546

Tints of Bourbon #B57546

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.79%

 BLUE value IS 70 (27.73% from 255) = 19.02%

R = 49.18%
G = 31.79%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B57546 (or 0xB57546) is known color: Bourbon. HEX triplet: B5, 75 and 46. RGB value is (181,117,70). Sum of RGB (Red+Green+Blue) = 181+117+70=368 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.18% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 70 (27.73% from 255 or 19.02% from 368); Max value from RGB is 181 - color contains mainly: red. Hex color #B57546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57546 is #4A8AB9. Grayscale: #838383. Windows color (decimal): -4885178 or 4617653. OLE color: 4617653.

HSL color Cylindrical-coordinate representation of color #B57546: hue angle of 25.41º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B57546 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 117 70 -
CMYK 0 0.35 0.61 0.29
HSL 25.41º 0.44% 0.49% -
HSV(B) 25.41º 0.61% 0.71% -
XYZ 26.52 22.99 8.83 -
YUV 130.78 93.7 163.82 -
System Red Green Blue C M Y K H S L
Decimal 181 117 70 0 0.35 0.61 0.29 25.41 0.44 0.49
Hex B5 75 46 0 23 3D 1D 19 2C 31
Octal 265 165 106 0 43 75 35 31 54 61
Binary 10110101 1110101 1000110 0 100011 111101 11101 11001 101100 110001

Color Harmonies of #B57546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57546

Black with #B57546

Text Example


Text Example

White with #B57546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57546; }

 p { color: rgb(181,117,70); }

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

background-color css

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

 a { background-color: rgb(181,117,70); }

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

border-color css

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

 span { border-color: rgb(181,117,70); }

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