#B0774C

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

Shades of Bourbon #B0774C

Tints of Bourbon #B0774C

Color information

#B0774C (or 0xB0774C) is unknown color: approx Bourbon. HEX triplet: B0, 77 and 4C. RGB value is (176,119,76). Sum of RGB (Red+Green+Blue) = 176+119+76=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B0774C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0774C is #4F88B3. Grayscale: #838383. Windows color (decimal): -5212340 or 5011376. OLE color: 5011376.

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

Color convert

RGB17611976-
CMYK00.320.570.31
HSL25.8º39.68%49.41%-
HSV(B)25.8º56.82%69.02%-
XYZ25.8122.959.91-
YUV131.1496.88160-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.44%
GREEN value IS 119 (46.88% from 255) = 32.08%
BLUE value IS 76 (30.08% from 255) = 20.49%
R=47.44%
G=32.08%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761197600.320.570.3125.839.6849.41
HexB0774C020391F1a2831
Octal2601671140407137325061
Binary101100001110111100110001000001110011111111010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0774C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0774C; }

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

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

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

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

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

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

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

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