#B2763F

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

Shades of Bourbon #B2763F

Tints of Bourbon #B2763F

Color information

#B2763F (or 0xB2763F) is unknown color: approx Bourbon. HEX triplet: B2, 76 and 3F. RGB value is (178,118,63). Sum of RGB (Red+Green+Blue) = 178+118+63=359 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.58% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 178 - color contains mainly: red. Hex color #B2763F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2763F is #4D89C0. Grayscale: #818181. Windows color (decimal): -5081537 or 4159154. OLE color: 4159154.

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

Color convert

RGB17811863-
CMYK00.340.650.30
HSL28.7º47.72%47.25%-
HSV(B)28.7º64.61%69.8%-
XYZ25.7422.787.74-
YUV129.6790.38162.47-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.58%
GREEN value IS 118 (46.48% from 255) = 32.87%
BLUE value IS 63 (25% from 255) = 17.55%
R=49.58%
G=32.87%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781186300.340.650.3028.747.7247.25
HexB2763F022411E1d302f
Octal2621667704210136356057
Binary101100101110110111111010001010000011111011101110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2763F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2763F; }

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

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

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

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

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

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

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

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