#B26F3F

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

Shades of Bourbon #B26F3F

Tints of Bourbon #B26F3F

Color information

#B26F3F (or 0xB26F3F) is unknown color: approx Bourbon. HEX triplet: B2, 6F and 3F. RGB value is (178,111,63). Sum of RGB (Red+Green+Blue) = 178+111+63=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B26F3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26F3F is #4D90C0. Grayscale: #7D7D7D. Windows color (decimal): -5083329 or 4157362. OLE color: 4157362.

HSL color Cylindrical-coordinate representation of color #B26F3F: hue angle of 25.04º 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 #B26F3F is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB17811163-
CMYK00.380.650.30
HSL25.04º47.72%47.25%-
HSV(B)25.04º64.61%69.8%-
XYZ24.9421.197.48-
YUV125.5692.7165.4-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.57%
GREEN value IS 111 (43.75% from 255) = 31.53%
BLUE value IS 63 (25% from 255) = 17.90%
R=50.57%
G=31.53%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781116300.380.650.3025.0447.7247.25
HexB26F3F026411E19302f
Octal2621577704610136316057
Binary101100101101111111111010011010000011111011001110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26F3F; }

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

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

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

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

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

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

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

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