#B8713D

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

Shades of Bourbon #B8713D

Tints of Bourbon #B8713D

Color information

#B8713D (or 0xB8713D) is unknown color: approx Bourbon. HEX triplet: B8, 71 and 3D. RGB value is (184,113,61). Sum of RGB (Red+Green+Blue) = 184+113+61=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 61 (24.22% from 255 or 17.04% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B8713D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8713D is #478EC2. Grayscale: #808080. Windows color (decimal): -4689603 or 4026808. OLE color: 4026808.

HSL color Cylindrical-coordinate representation of color #B8713D: hue angle of 25.37º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B8713D is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB18411361-
CMYK00.390.670.28
HSL25.37º50.2%48.04%-
HSV(B)25.37º66.85%72.16%-
XYZ26.5122.347.33-
YUV128.390.02167.73-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.40%
GREEN value IS 113 (44.53% from 255) = 31.56%
BLUE value IS 61 (24.22% from 255) = 17.04%
R=51.40%
G=31.56%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841136100.390.670.2825.3750.248.04
HexB8713D027431C193230
Octal2701617504710334316260
Binary101110001110001111101010011110000111110011001110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8713D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8713D; }

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

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

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

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

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

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

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

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