#B3763E

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

Shades of Bourbon #B3763E

Tints of Bourbon #B3763E

Color information

#B3763E (or 0xB3763E) is unknown color: approx Bourbon. HEX triplet: B3, 76 and 3E. RGB value is (179,118,62). Sum of RGB (Red+Green+Blue) = 179+118+62=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 62 (24.61% from 255 or 17.27% from 359); Max value from RGB is 179 - color contains mainly: red. Hex color #B3763E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3763E is #4C89C1. Grayscale: #828282. Windows color (decimal): -5016002 or 4093619. OLE color: 4093619.

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

Color convert

RGB17911862-
CMYK00.340.650.30
HSL28.72º48.55%47.25%-
HSV(B)28.72º65.36%70.2%-
XYZ25.9422.897.61-
YUV129.8589.71163.05-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.86%
GREEN value IS 118 (46.48% from 255) = 32.87%
BLUE value IS 62 (24.61% from 255) = 17.27%
R=49.86%
G=32.87%
B=17.27%

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
Decimal1791186200.340.650.3028.7248.5547.25
HexB3763E022411E1d312f
Octal2631667604210136356157
Binary101100111110110111110010001010000011111011101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3763E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3763E; }

 p { color: rgb(179,118,62); }

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

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

 a { background-color: rgb(179,118,62); }

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

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

 span { border-color: rgb(179,118,62); }

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