#B7714B

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

Shades of Bourbon #B7714B

Tints of Bourbon #B7714B

Color information

#B7714B (or 0xB7714B) is unknown color: approx Bourbon. HEX triplet: B7, 71 and 4B. RGB value is (183,113,75). Sum of RGB (Red+Green+Blue) = 183+113+75=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B7714B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7714B is #488EB4. Grayscale: #818181. Windows color (decimal): -4755125 or 4944311. OLE color: 4944311.

HSL color Cylindrical-coordinate representation of color #B7714B: hue angle of 21.11º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B7714B is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB18311375-
CMYK00.380.590.28
HSL21.11º42.86%50.59%-
HSV(B)21.11º59.02%71.76%-
XYZ26.722.399.57-
YUV129.697.19166.09-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.33%
GREEN value IS 113 (44.53% from 255) = 30.46%
BLUE value IS 75 (29.69% from 255) = 20.22%
R=49.33%
G=30.46%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831137500.380.590.2821.1142.8650.59
HexB7714B0263B1C152b33
Octal2671611130467334255363
Binary101101111110001100101101001101110111110010101101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7714B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7714B; }

 p { color: rgb(183,113,75); }

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

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

 a { background-color: rgb(183,113,75); }

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

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

 span { border-color: rgb(183,113,75); }

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