#BF8185

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

Shades of Charm #BF8185

Tints of Charm #BF8185

Color information

#BF8185 (or 0xBF8185) is unknown color: approx Charm. HEX triplet: BF, 81 and 85. RGB value is (191,129,133). Sum of RGB (Red+Green+Blue) = 191+129+133=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 129 (50.78% from 255 or 28.48% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8185 is #407E7A. Grayscale: #949494. Windows color (decimal): -4226683 or 8749503. OLE color: 8749503.

HSL color Cylindrical-coordinate representation of color #BF8185: hue angle of 356.13º 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 #BF8185 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB191129133-
CMYK00.320.300.25
HSL356.13º32.63%62.75%-
HSV(B)356.13º32.46%74.9%-
XYZ33.5728.4725.92-
YUV147.99119.54158.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.16%
GREEN value IS 129 (50.78% from 255) = 28.48%
BLUE value IS 133 (52.34% from 255) = 29.36%
R=42.16%
G=28.48%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112913300.320.300.25356.1332.6362.75
HexBF81850201E19164213f
Octal27720120504036315444177
Binary10111111100000011000010101000001111011001101100100100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8185; }

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

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

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

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

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

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

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

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