#B66739

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

Shades of Bourbon #B66739

Tints of Bourbon #B66739

Color information

#B66739 (or 0xB66739) is unknown color: approx Bourbon. HEX triplet: B6, 67 and 39. RGB value is (182,103,57). Sum of RGB (Red+Green+Blue) = 182+103+57=342 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.22% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 57 (22.66% from 255 or 16.67% from 342); Max value from RGB is 182 - color contains mainly: red. Hex color #B66739 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66739 is #4998C6. Grayscale: #797979. Windows color (decimal): -4823239 or 3762102. OLE color: 3762102.

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

Color convert

RGB18210357-
CMYK00.430.690.29
HSL22.08º52.3%46.86%-
HSV(B)22.08º68.68%71.37%-
XYZ24.8819.946.41-
YUV121.3891.67171.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.22%
GREEN value IS 103 (40.62% from 255) = 30.12%
BLUE value IS 57 (22.66% from 255) = 16.67%
R=53.22%
G=30.12%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821035700.430.690.2922.0852.346.86
HexB6673902B451D16342f
Octal2661477105310535266457
Binary101101101100111111001010101110001011110110110110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66739; }

 p { color: rgb(182,103,57); }

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

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

 a { background-color: rgb(182,103,57); }

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

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

 span { border-color: rgb(182,103,57); }

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