#B06D45

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

Shades of Bourbon #B06D45

Tints of Bourbon #B06D45

Color information

#B06D45 (or 0xB06D45) is unknown color: approx Bourbon. HEX triplet: B0, 6D and 45. RGB value is (176,109,69). Sum of RGB (Red+Green+Blue) = 176+109+69=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 109 (42.97% from 255 or 30.79% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06D45 is #4F92BA. Grayscale: #7C7C7C. Windows color (decimal): -5214907 or 4550064. OLE color: 4550064.

HSL color Cylindrical-coordinate representation of color #B06D45: hue angle of 22.43º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B06D45 is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB17610969-
CMYK00.380.610.31
HSL22.43º43.67%48.04%-
HSV(B)22.43º60.8%69.02%-
XYZ24.4520.68.32-
YUV124.4796.7164.75-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.72%
GREEN value IS 109 (42.97% from 255) = 30.79%
BLUE value IS 69 (27.34% from 255) = 19.49%
R=49.72%
G=30.79%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761096900.380.610.3122.4343.6748.04
HexB06D450263D1F162c30
Octal2601551050467537265460
Binary101100001101101100010101001101111011111110110101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06D45; }

 p { color: rgb(176,109,69); }

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

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

 a { background-color: rgb(176,109,69); }

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

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

 span { border-color: rgb(176,109,69); }

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