#B5723C

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

Shades of Bourbon #B5723C

Tints of Bourbon #B5723C

Color information

#B5723C (or 0xB5723C) is unknown color: approx Bourbon. HEX triplet: B5, 72 and 3C. RGB value is (181,114,60). Sum of RGB (Red+Green+Blue) = 181+114+60=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 60 (23.83% from 255 or 16.90% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B5723C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5723C is #4A8DC3. Grayscale: #808080. Windows color (decimal): -4885956 or 3961525. OLE color: 3961525.

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

Color convert

RGB18111460-
CMYK00.370.670.29
HSL26.78º50.21%47.25%-
HSV(B)26.78º66.85%70.98%-
XYZ25.8922.187.19-
YUV127.8889.7165.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.99%
GREEN value IS 114 (44.92% from 255) = 32.11%
BLUE value IS 60 (23.83% from 255) = 16.90%
R=50.99%
G=32.11%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811146000.370.670.2926.7850.2147.25
HexB5723C025431D1b322f
Octal2651627404510335336257
Binary101101011110010111100010010110000111110111011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5723C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5723C; }

 p { color: rgb(181,114,60); }

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

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

 a { background-color: rgb(181,114,60); }

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

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

 span { border-color: rgb(181,114,60); }

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