#B5764D

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

Shades of Bourbon #B5764D

Tints of Bourbon #B5764D

Color information

#B5764D (or 0xB5764D) is unknown color: approx Bourbon. HEX triplet: B5, 76 and 4D. RGB value is (181,118,77). Sum of RGB (Red+Green+Blue) = 181+118+77=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B5764D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5764D is #4A89B2. Grayscale: #848484. Windows color (decimal): -4884915 or 5076661. OLE color: 5076661.

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

Color convert

RGB18111877-
CMYK00.350.570.29
HSL23.65º41.27%50.59%-
HSV(B)23.65º57.46%70.98%-
XYZ26.8723.3210.11-
YUV132.1696.87162.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.14%
GREEN value IS 118 (46.48% from 255) = 31.38%
BLUE value IS 77 (30.47% from 255) = 20.48%
R=48.14%
G=31.38%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811187700.350.570.2923.6541.2750.59
HexB5764D023391D182933
Octal2651661150437135305163
Binary101101011110110100110101000111110011110111000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5764D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5764D; }

 p { color: rgb(181,118,77); }

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

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

 a { background-color: rgb(181,118,77); }

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

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

 span { border-color: rgb(181,118,77); }

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