#B06C3B

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

Shades of Bourbon #B06C3B

Tints of Bourbon #B06C3B

Color information

#B06C3B (or 0xB06C3B) is unknown color: approx Bourbon. HEX triplet: B0, 6C and 3B. RGB value is (176,108,59). Sum of RGB (Red+Green+Blue) = 176+108+59=343 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.31% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 59 (23.44% from 255 or 17.20% from 343); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06C3B is #4F93C4. Grayscale: #7B7B7B. Windows color (decimal): -5215173 or 3894448. OLE color: 3894448.

HSL color Cylindrical-coordinate representation of color #B06C3B: hue angle of 25.13º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B06C3B is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB17610859-
CMYK00.390.660.31
HSL25.13º49.79%46.08%-
HSV(B)25.13º66.48%69.02%-
XYZ24.0620.276.78-
YUV122.7592.03165.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.31%
GREEN value IS 108 (42.58% from 255) = 31.49%
BLUE value IS 59 (23.44% from 255) = 17.20%
R=51.31%
G=31.49%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761085900.390.660.3125.1349.7946.08
HexB06C3B027421F19322e
Octal2601547304710237316256
Binary101100001101100111011010011110000101111111001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06C3B; }

 p { color: rgb(176,108,59); }

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

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

 a { background-color: rgb(176,108,59); }

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

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

 span { border-color: rgb(176,108,59); }

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