#B26C3F

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

Shades of Bourbon #B26C3F

Tints of Bourbon #B26C3F

Color information

#B26C3F (or 0xB26C3F) is unknown color: approx Bourbon. HEX triplet: B2, 6C and 3F. RGB value is (178,108,63). Sum of RGB (Red+Green+Blue) = 178+108+63=349 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.00% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 63 (25% from 255 or 18.05% from 349); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26C3F is #4D93C0. Grayscale: #7C7C7C. Windows color (decimal): -5084097 or 4156594. OLE color: 4156594.

HSL color Cylindrical-coordinate representation of color #B26C3F: hue angle of 23.48º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B26C3F is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB17810863-
CMYK00.390.650.30
HSL23.48º47.72%47.25%-
HSV(B)23.48º64.61%69.8%-
XYZ24.6220.557.37-
YUV123.893.69166.66-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.00%
GREEN value IS 108 (42.58% from 255) = 30.95%
BLUE value IS 63 (25% from 255) = 18.05%
R=51.00%
G=30.95%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781086300.390.650.3023.4847.7247.25
HexB26C3F027411E17302f
Octal2621547704710136276057
Binary101100101101100111111010011110000011111010111110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26C3F; }

 p { color: rgb(178,108,63); }

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

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

 a { background-color: rgb(178,108,63); }

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

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

 span { border-color: rgb(178,108,63); }

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