#B2723F

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

Shades of Bourbon #B2723F

Tints of Bourbon #B2723F

Color information

#B2723F (or 0xB2723F) is unknown color: approx Bourbon. HEX triplet: B2, 72 and 3F. RGB value is (178,114,63). Sum of RGB (Red+Green+Blue) = 178+114+63=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B2723F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2723F is #4D8DC0. Grayscale: #7F7F7F. Windows color (decimal): -5082561 or 4158130. OLE color: 4158130.

HSL color Cylindrical-coordinate representation of color #B2723F: hue angle of 26.61º 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 #B2723F is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB17811463-
CMYK00.360.650.30
HSL26.61º47.72%47.25%-
HSV(B)26.61º64.61%69.8%-
XYZ25.2721.867.59-
YUV127.3291.7164.15-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.14%
GREEN value IS 114 (44.92% from 255) = 32.11%
BLUE value IS 63 (25% from 255) = 17.75%
R=50.14%
G=32.11%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781146300.360.650.3026.6147.7247.25
HexB2723F024411E1b302f
Octal2621627704410136336057
Binary101100101110010111111010010010000011111011011110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2723F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2723F; }

 p { color: rgb(178,114,63); }

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

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

 a { background-color: rgb(178,114,63); }

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

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

 span { border-color: rgb(178,114,63); }

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