#BF8187

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

Shades of Charm #BF8187

Tints of Charm #BF8187

Color information

#BF8187 (or 0xBF8187) is unknown color: approx Charm. HEX triplet: BF, 81 and 87. RGB value is (191,129,135). Sum of RGB (Red+Green+Blue) = 191+129+135=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 129 (50.78% from 255 or 28.35% from 455); Blue value is 135 (53.12% from 255 or 29.67% from 455); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8187 is #407E78. Grayscale: #949494. Windows color (decimal): -4226681 or 8880575. OLE color: 8880575.

HSL color Cylindrical-coordinate representation of color #BF8187: hue angle of 354.19º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BF8187 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB191129135-
CMYK00.320.290.25
HSL354.19º32.63%62.75%-
HSV(B)354.19º32.46%74.9%-
XYZ33.7128.5326.65-
YUV148.22120.54158.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.98%
GREEN value IS 129 (50.78% from 255) = 28.35%
BLUE value IS 135 (53.12% from 255) = 29.67%
R=41.98%
G=28.35%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112913500.320.290.25354.1932.6362.75
HexBF81870201D19162213f
Octal27720120704035315424177
Binary10111111100000011000011101000001110111001101100010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8187; }

 p { color: rgb(191,129,135); }

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

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

 a { background-color: rgb(191,129,135); }

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

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

 span { border-color: rgb(191,129,135); }

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