#B5754B

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

Shades of Bourbon #B5754B

Tints of Bourbon #B5754B

Color information

#B5754B (or 0xB5754B) is unknown color: approx Bourbon. HEX triplet: B5, 75 and 4B. RGB value is (181,117,75). Sum of RGB (Red+Green+Blue) = 181+117+75=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B5754B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5754B is #4A8AB4. Grayscale: #838383. Windows color (decimal): -4885173 or 4945333. OLE color: 4945333.

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

Color convert

RGB18111775-
CMYK00.350.590.29
HSL23.77º41.73%50.2%-
HSV(B)23.77º58.56%70.98%-
XYZ26.6923.059.7-
YUV131.3596.2163.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.53%
GREEN value IS 117 (46.09% from 255) = 31.37%
BLUE value IS 75 (29.69% from 255) = 20.11%
R=48.53%
G=31.37%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811177500.350.590.2923.7741.7350.2
HexB5754B0233B1D182a32
Octal2651651130437335305262
Binary101101011110101100101101000111110111110111000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5754B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5754B; }

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

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

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

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

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

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

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

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