#B66D41

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

Shades of Bourbon #B66D41

Tints of Bourbon #B66D41

Color information

#B66D41 (or 0xB66D41) is unknown color: approx Bourbon. HEX triplet: B6, 6D and 41. RGB value is (182,109,65). Sum of RGB (Red+Green+Blue) = 182+109+65=356 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.12% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 182 - color contains mainly: red. Hex color #B66D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66D41 is #4992BE. Grayscale: #7E7E7E. Windows color (decimal): -4821695 or 4287926. OLE color: 4287926.

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

Color convert

RGB18210965-
CMYK00.400.640.29
HSL22.56º47.37%48.43%-
HSV(B)22.56º64.29%71.37%-
XYZ25.7121.267.75-
YUV125.8193.68168.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.12%
GREEN value IS 109 (42.97% from 255) = 30.62%
BLUE value IS 65 (25.78% from 255) = 18.26%
R=51.12%
G=30.62%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821096500.400.640.2922.5647.3748.43
HexB66D41028401D172f30
Octal26615510105010035275760
Binary1011011011011011000001010100010000001110110111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66D41; }

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

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

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

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

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

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

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

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