#B5753F

Color #B5753F Bourbon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bourbon #B5753F

Tints of Bourbon #B5753F

Color information

#B5753F (or 0xB5753F) is unknown color: approx Bourbon. HEX triplet: B5, 75 and 3F. RGB value is (181,117,63). Sum of RGB (Red+Green+Blue) = 181+117+63=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B5753F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5753F is #4A8AC0. Grayscale: #828282. Windows color (decimal): -4885185 or 4158901. OLE color: 4158901.

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

Color convert

RGB18111763-
CMYK00.350.650.29
HSL27.46º48.36%47.84%-
HSV(B)27.46º65.19%70.98%-
XYZ26.3122.917.74-
YUV129.9890.2164.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.14%
GREEN value IS 117 (46.09% from 255) = 32.41%
BLUE value IS 63 (25% from 255) = 17.45%
R=50.14%
G=32.41%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811176300.350.650.2927.4648.3647.84
HexB5753F023411D1b3030
Octal2651657704310135336060
Binary101101011110101111111010001110000011110111011110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5753F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5753F; }

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

 H1.HeaderClassName
 {
   color: #B5753F;
 }
 .AnyTagClassName
 {
   color: #B5753F;
 }
</style>
background-color css

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

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

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

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

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

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