#B5733C

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

Shades of Bourbon #B5733C

Tints of Bourbon #B5733C

Color information

#B5733C (or 0xB5733C) is unknown color: approx Bourbon. HEX triplet: B5, 73 and 3C. RGB value is (181,115,60). Sum of RGB (Red+Green+Blue) = 181+115+60=356 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.84% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 181 - color contains mainly: red. Hex color #B5733C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5733C is #4A8CC3. Grayscale: #808080. Windows color (decimal): -4885700 or 3961781. OLE color: 3961781.

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

Color convert

RGB18111560-
CMYK00.360.670.29
HSL27.27º50.21%47.25%-
HSV(B)27.27º66.85%70.98%-
XYZ2622.417.23-
YUV128.4689.37165.47-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.84%
GREEN value IS 115 (45.31% from 255) = 32.30%
BLUE value IS 60 (23.83% from 255) = 16.85%
R=50.84%
G=32.30%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811156000.360.670.2927.2750.2147.25
HexB5733C024431D1b322f
Octal2651637404410335336257
Binary101101011110011111100010010010000111110111011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5733C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5733C; }

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

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

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

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

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

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

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

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