#b0774a

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

Shades of Bourbon #B0774A

Tints of Bourbon #B0774A

Color information

#B0774A (or 0xB0774A) is unknown color: approx Bourbon. HEX triplet: B0, 77 and 4A. RGB value is (176,119,74). Sum of RGB (Red+Green+Blue) = 176+119+74=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 74 (29.30% from 255 or 20.05% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B0774A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0774A is #4F88B5. Grayscale: #838383. Windows color (decimal): -5212342 or 4880304. OLE color: 4880304.

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

Color convert

RGB17611974-
CMYK00.320.580.31
HSL26.47º40.8%49.02%-
HSV(B)26.47º57.95%69.02%-
XYZ25.7422.929.55-
YUV130.9195.88160.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.70%
GREEN value IS 119 (46.88% from 255) = 32.25%
BLUE value IS 74 (29.30% from 255) = 20.05%
R=47.70%
G=32.25%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761197400.320.580.3126.4740.849.02
HexB0774A0203A1F1a2931
Octal2601671120407237325161
Binary101100001110111100101001000001110101111111010101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0774a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0774a; }

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

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

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

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

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

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

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

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