#B2723E

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

Shades of Bourbon #B2723E

Tints of Bourbon #B2723E

Color information

#B2723E (or 0xB2723E) is unknown color: approx Bourbon. HEX triplet: B2, 72 and 3E. RGB value is (178,114,62). Sum of RGB (Red+Green+Blue) = 178+114+62=354 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.28% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 62 (24.61% from 255 or 17.51% from 354); Max value from RGB is 178 - color contains mainly: red. Hex color #B2723E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2723E is #4D8DC1. Grayscale: #7F7F7F. Windows color (decimal): -5082562 or 4092594. OLE color: 4092594.

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

Color convert

RGB17811462-
CMYK00.360.650.30
HSL26.9º48.33%47.06%-
HSV(B)26.9º65.17%69.8%-
XYZ25.2521.857.44-
YUV127.2191.2164.23-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.28%
GREEN value IS 114 (44.92% from 255) = 32.20%
BLUE value IS 62 (24.61% from 255) = 17.51%
R=50.28%
G=32.20%
B=17.51%

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
Decimal1781146200.360.650.3026.948.3347.06
HexB2723E024411E1b302f
Octal2621627604410136336057
Binary101100101110010111110010010010000011111011011110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2723E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2723E; }

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

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

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

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

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

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

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

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