#B46F48

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

Shades of Bourbon #B46F48

Tints of Bourbon #B46F48

Color information

#B46F48 (or 0xB46F48) is unknown color: approx Bourbon. HEX triplet: B4, 6F and 48. RGB value is (180,111,72). Sum of RGB (Red+Green+Blue) = 180+111+72=363 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.59% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 180 - color contains mainly: red. Hex color #B46F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46F48 is #4B90B7. Grayscale: #7F7F7F. Windows color (decimal): -4952248 or 4747188. OLE color: 4747188.

HSL color Cylindrical-coordinate representation of color #B46F48: hue angle of 21.67º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B46F48 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB18011172-
CMYK00.380.600.29
HSL21.67º42.86%49.41%-
HSV(B)21.67º60%70.59%-
XYZ25.6821.548.94-
YUV127.1896.86165.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.59%
GREEN value IS 111 (43.75% from 255) = 30.58%
BLUE value IS 72 (28.52% from 255) = 19.83%
R=49.59%
G=30.58%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801117200.380.600.2921.6742.8649.41
HexB46F480263C1D162b31
Octal2641571100467435265361
Binary101101001101111100100001001101111001110110110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46F48; }

 p { color: rgb(180,111,72); }

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

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

 a { background-color: rgb(180,111,72); }

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

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

 span { border-color: rgb(180,111,72); }

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