#BB714E

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

Shades of Red Damask #BB714E

Tints of Red Damask #BB714E

Color information

#BB714E (or 0xBB714E) is unknown color: approx Red Damask. HEX triplet: BB, 71 and 4E. RGB value is (187,113,78). Sum of RGB (Red+Green+Blue) = 187+113+78=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 78 (30.86% from 255 or 20.63% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB714E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB714E is #448EB1. Grayscale: #838383. Windows color (decimal): -4492978 or 5140923. OLE color: 5140923.

HSL color Cylindrical-coordinate representation of color #BB714E: hue angle of 19.27º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB714E is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB18711378-
CMYK00.400.580.27
HSL19.27º44.49%51.96%-
HSV(B)19.27º58.29%73.33%-
XYZ27.7722.9310.17-
YUV131.1498.02167.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.47%
GREEN value IS 113 (44.53% from 255) = 29.89%
BLUE value IS 78 (30.86% from 255) = 20.63%
R=49.47%
G=29.89%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871137800.400.580.2719.2744.4951.96
HexBB714E0283A1B132c34
Octal2731611160507233235464
Binary101110111110001100111001010001110101101110011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB714E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB714E; }

 p { color: rgb(187,113,78); }

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

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

 a { background-color: rgb(187,113,78); }

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

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

 span { border-color: rgb(187,113,78); }

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