#B2773E

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

Shades of Bourbon #B2773E

Tints of Bourbon #B2773E

Color information

#B2773E (or 0xB2773E) is unknown color: approx Bourbon. HEX triplet: B2, 77 and 3E. RGB value is (178,119,62). Sum of RGB (Red+Green+Blue) = 178+119+62=359 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.58% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 62 (24.61% from 255 or 17.27% from 359); Max value from RGB is 178 - color contains mainly: red. Hex color #B2773E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2773E is #4D88C1. Grayscale: #828282. Windows color (decimal): -5081282 or 4093874. OLE color: 4093874.

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

Color convert

RGB17811962-
CMYK00.330.650.30
HSL29.48º48.33%47.06%-
HSV(B)29.48º65.17%69.8%-
XYZ25.8323.017.64-
YUV130.1489.55162.13-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.58%
GREEN value IS 119 (46.88% from 255) = 33.15%
BLUE value IS 62 (24.61% from 255) = 17.27%
R=49.58%
G=33.15%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781196200.330.650.3029.4848.3347.06
HexB2773E021411E1d302f
Octal2621677604110136356057
Binary101100101110111111110010000110000011111011101110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2773E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2773E; }

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

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

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

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

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

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

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

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