#b66841

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

Shades of Bourbon #B66841

Tints of Bourbon #B66841

Color information

#B66841 (or 0xB66841) is unknown color: approx Bourbon. HEX triplet: B6, 68 and 41. RGB value is (182,104,65). Sum of RGB (Red+Green+Blue) = 182+104+65=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B66841 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66841 is #4997BE. Grayscale: #7B7B7B. Windows color (decimal): -4822975 or 4286646. OLE color: 4286646.

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

Color convert

RGB18210465-
CMYK00.430.640.29
HSL20º47.37%48.43%-
HSV(B)20º64.29%71.37%-
XYZ25.220.237.58-
YUV122.8895.34170.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.85%
GREEN value IS 104 (41.02% from 255) = 29.63%
BLUE value IS 65 (25.78% from 255) = 18.52%
R=51.85%
G=29.63%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821046500.430.640.292047.3748.43
HexB6684102B401D142f30
Octal26615010105310035245760
Binary1011011011010001000001010101110000001110110100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b66841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b66841; }

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

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

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

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

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

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

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

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