#b66d3f

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

Shades of Bourbon #B66D3F

Tints of Bourbon #B66D3F

Color information

#B66D3F (or 0xB66D3F) is unknown color: approx Bourbon. HEX triplet: B6, 6D and 3F. RGB value is (182,109,63). Sum of RGB (Red+Green+Blue) = 182+109+63=354 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.41% from 354); Green value is 109 (42.97% from 255 or 30.79% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 182 - color contains mainly: red. Hex color #B66D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66D3F is #4992C0. Grayscale: #7D7D7D. Windows color (decimal): -4821697 or 4156854. OLE color: 4156854.

HSL color Cylindrical-coordinate representation of color #B66D3F: hue angle of 23.19º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B66D3F is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB18210963-
CMYK00.400.650.29
HSL23.19º48.57%48.04%-
HSV(B)23.19º65.38%71.37%-
XYZ25.6621.247.45-
YUV125.5892.68168.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.41%
GREEN value IS 109 (42.97% from 255) = 30.79%
BLUE value IS 63 (25% from 255) = 17.80%
R=51.41%
G=30.79%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821096300.400.650.2923.1948.5748.04
HexB66D3F028411D173130
Octal2661557705010135276160
Binary101101101101101111111010100010000011110110111110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b66d3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b66d3f; }

 p { color: rgb(182,109,63); }

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

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

 a { background-color: rgb(182,109,63); }

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

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

 span { border-color: rgb(182,109,63); }

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