#B66F41

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

Shades of Bourbon #B66F41

Tints of Bourbon #B66F41

Color information

#B66F41 (or 0xB66F41) is unknown color: approx Bourbon. HEX triplet: B6, 6F and 41. RGB value is (182,111,65). Sum of RGB (Red+Green+Blue) = 182+111+65=358 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.84% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 182 - color contains mainly: red. Hex color #B66F41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66F41 is #4990BE. Grayscale: #7F7F7F. Windows color (decimal): -4821183 or 4288438. OLE color: 4288438.

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

Color convert

RGB18211165-
CMYK00.390.640.29
HSL23.59º47.37%48.43%-
HSV(B)23.59º64.29%71.37%-
XYZ25.9321.77.82-
YUV126.9893.02167.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.84%
GREEN value IS 111 (43.75% from 255) = 31.01%
BLUE value IS 65 (25.78% from 255) = 18.16%
R=50.84%
G=31.01%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821116500.390.640.2923.5947.3748.43
HexB66F41027401D182f30
Octal26615710104710035305760
Binary1011011011011111000001010011110000001110111000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66F41; }

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

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

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

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

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

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

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

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