#B77445

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

Shades of Bourbon #B77445

Tints of Bourbon #B77445

Color information

#B77445 (or 0xB77445) is unknown color: approx Bourbon. HEX triplet: B7, 74 and 45. RGB value is (183,116,69). Sum of RGB (Red+Green+Blue) = 183+116+69=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 69 (27.34% from 255 or 18.75% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B77445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77445 is #488BBA. Grayscale: #828282. Windows color (decimal): -4754363 or 4551863. OLE color: 4551863.

HSL color Cylindrical-coordinate representation of color #B77445: hue angle of 24.74º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B77445 is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB18311669-
CMYK00.370.620.28
HSL24.74º45.24%49.41%-
HSV(B)24.74º62.3%71.76%-
XYZ26.8522.998.65-
YUV130.6893.2165.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.73%
GREEN value IS 116 (45.70% from 255) = 31.52%
BLUE value IS 69 (27.34% from 255) = 18.75%
R=49.73%
G=31.52%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831166900.370.620.2824.7445.2449.41
HexB774450253E1C192d31
Octal2671641050457634315561
Binary101101111110100100010101001011111101110011001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77445; }

 p { color: rgb(183,116,69); }

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

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

 a { background-color: rgb(183,116,69); }

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

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

 span { border-color: rgb(183,116,69); }

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