#B2713D

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

Shades of Bourbon #B2713D

Tints of Bourbon #B2713D

Color information

#B2713D (or 0xB2713D) is unknown color: approx Bourbon. HEX triplet: B2, 71 and 3D. RGB value is (178,113,61). Sum of RGB (Red+Green+Blue) = 178+113+61=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B2713D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2713D is #4D8EC2. Grayscale: #7E7E7E. Windows color (decimal): -5082819 or 4026802. OLE color: 4026802.

HSL color Cylindrical-coordinate representation of color #B2713D: hue angle of 26.67º degrees, saturation: 0.49, 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 #B2713D is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB17811361-
CMYK00.370.660.30
HSL26.67º48.95%46.86%-
HSV(B)26.67º65.73%69.8%-
XYZ25.1121.617.26-
YUV126.5191.03164.73-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.57%
GREEN value IS 113 (44.53% from 255) = 32.10%
BLUE value IS 61 (24.22% from 255) = 17.33%
R=50.57%
G=32.10%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781136100.370.660.3026.6748.9546.86
HexB2713D025421E1b312f
Octal2621617504510236336157
Binary101100101110001111101010010110000101111011011110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2713D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2713D; }

 p { color: rgb(178,113,61); }

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

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

 a { background-color: rgb(178,113,61); }

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

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

 span { border-color: rgb(178,113,61); }

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