#B2723C

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

Shades of Bourbon #B2723C

Tints of Bourbon #B2723C

Color information

#B2723C (or 0xB2723C) is unknown color: approx Bourbon. HEX triplet: B2, 72 and 3C. RGB value is (178,114,60). Sum of RGB (Red+Green+Blue) = 178+114+60=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 60 (23.83% from 255 or 17.05% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B2723C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2723C is #4D8DC3. Grayscale: #7F7F7F. Windows color (decimal): -5082564 or 3961522. OLE color: 3961522.

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

Color convert

RGB17811460-
CMYK00.360.660.30
HSL27.46º49.58%46.67%-
HSV(B)27.46º66.29%69.8%-
XYZ25.1921.837.16-
YUV126.9890.2164.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.57%
GREEN value IS 114 (44.92% from 255) = 32.39%
BLUE value IS 60 (23.83% from 255) = 17.05%
R=50.57%
G=32.39%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781146000.360.660.3027.4649.5846.67
HexB2723C024421E1b322f
Octal2621627404410236336257
Binary101100101110010111100010010010000101111011011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2723C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2723C; }

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

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

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

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

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

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

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

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