#B26C45

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

Shades of Bourbon #B26C45

Tints of Bourbon #B26C45

Color information

#B26C45 (or 0xB26C45) is unknown color: approx Bourbon. HEX triplet: B2, 6C and 45. RGB value is (178,108,69). Sum of RGB (Red+Green+Blue) = 178+108+69=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 69 (27.34% from 255 or 19.44% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26C45 is #4D93BA. Grayscale: #7C7C7C. Windows color (decimal): -5084091 or 4549810. OLE color: 4549810.

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

Color convert

RGB17810869-
CMYK00.390.610.30
HSL21.47º44.13%48.43%-
HSV(B)21.47º61.24%69.8%-
XYZ24.820.628.3-
YUV124.4896.69166.17-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.14%
GREEN value IS 108 (42.58% from 255) = 30.42%
BLUE value IS 69 (27.34% from 255) = 19.44%
R=50.14%
G=30.42%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781086900.390.610.3021.4744.1348.43
HexB26C450273D1E152c30
Octal2621541050477536255460
Binary101100101101100100010101001111111011111010101101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26C45; }

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

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

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

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

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

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

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

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