#B0773F

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

Shades of Bourbon #B0773F

Tints of Bourbon #B0773F

Color information

#B0773F (or 0xB0773F) is unknown color: approx Bourbon. HEX triplet: B0, 77 and 3F. RGB value is (176,119,63). Sum of RGB (Red+Green+Blue) = 176+119+63=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 63 (25% from 255 or 17.60% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B0773F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0773F is #4F88C0. Grayscale: #818181. Windows color (decimal): -5212353 or 4159408. OLE color: 4159408.

HSL color Cylindrical-coordinate representation of color #B0773F: hue angle of 29.73º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0773F is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB17611963-
CMYK00.320.640.31
HSL29.73º47.28%46.86%-
HSV(B)29.73º64.2%69.02%-
XYZ25.422.787.76-
YUV129.6690.38161.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.16%
GREEN value IS 119 (46.88% from 255) = 33.24%
BLUE value IS 63 (25% from 255) = 17.60%
R=49.16%
G=33.24%
B=17.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761196300.320.640.3129.7347.2846.86
HexB0773F020401F1e2f2f
Octal2601677704010037365757
Binary101100001110111111111010000010000001111111110101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0773F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0773F; }

 p { color: rgb(176,119,63); }

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

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

 a { background-color: rgb(176,119,63); }

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

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

 span { border-color: rgb(176,119,63); }

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