#B2774A

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

Shades of Bourbon #B2774A

Tints of Bourbon #B2774A

Color information

#B2774A (or 0xB2774A) is unknown color: approx Bourbon. HEX triplet: B2, 77 and 4A. RGB value is (178,119,74). Sum of RGB (Red+Green+Blue) = 178+119+74=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B2774A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2774A is #4D88B5. Grayscale: #838383. Windows color (decimal): -5081270 or 4880306. OLE color: 4880306.

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

Color convert

RGB17811974-
CMYK00.330.580.30
HSL25.96º41.27%49.41%-
HSV(B)25.96º58.43%69.8%-
XYZ26.1923.159.57-
YUV131.5195.55161.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.98%
GREEN value IS 119 (46.88% from 255) = 32.08%
BLUE value IS 74 (29.30% from 255) = 19.95%
R=47.98%
G=32.08%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781197400.330.580.3025.9641.2749.41
HexB2774A0213A1E1a2931
Octal2621671120417236325161
Binary101100101110111100101001000011110101111011010101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2774A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2774A; }

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

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

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

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

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

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

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

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