#B3774D

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

Shades of Bourbon #B3774D

Tints of Bourbon #B3774D

Color information

#B3774D (or 0xB3774D) is unknown color: approx Bourbon. HEX triplet: B3, 77 and 4D. RGB value is (179,119,77). Sum of RGB (Red+Green+Blue) = 179+119+77=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 179 - color contains mainly: red. Hex color #B3774D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3774D is #4C88B2. Grayscale: #848484. Windows color (decimal): -5015731 or 5076915. OLE color: 5076915.

HSL color Cylindrical-coordinate representation of color #B3774D: hue angle of 24.71º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B3774D is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB17911977-
CMYK00.340.570.30
HSL24.71º40.16%50.2%-
HSV(B)24.71º56.98%70.2%-
XYZ26.5323.3110.12-
YUV132.1596.88161.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.73%
GREEN value IS 119 (46.88% from 255) = 31.73%
BLUE value IS 77 (30.47% from 255) = 20.53%
R=47.73%
G=31.73%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791197700.340.570.3024.7140.1650.2
HexB3774D022391E192832
Octal2631671150427136315062
Binary101100111110111100110101000101110011111011001101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3774D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3774D; }

 p { color: rgb(179,119,77); }

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

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

 a { background-color: rgb(179,119,77); }

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

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

 span { border-color: rgb(179,119,77); }

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