#BF8088

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

Shades of Charm #BF8088

Tints of Charm #BF8088

Color information

#BF8088 (or 0xBF8088) is unknown color: approx Charm. HEX triplet: BF, 80 and 88. RGB value is (191,128,136). Sum of RGB (Red+Green+Blue) = 191+128+136=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 136 (53.52% from 255 or 29.89% from 455); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8088 is #407F77. Grayscale: #939393. Windows color (decimal): -4226936 or 8945855. OLE color: 8945855.

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

Color convert

RGB191128136-
CMYK00.330.290.25
HSL352.38º32.98%62.55%-
HSV(B)352.38º32.98%74.9%-
XYZ33.6528.2926.98-
YUV147.75121.37158.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.98%
GREEN value IS 128 (50.39% from 255) = 28.13%
BLUE value IS 136 (53.52% from 255) = 29.89%
R=41.98%
G=28.13%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112813600.330.290.25352.3832.9862.55
HexBF80880211D19160213f
Octal27720021004135315404177
Binary10111111100000001000100001000011110111001101100000100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8088; }

 p { color: rgb(191,128,136); }

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

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

 a { background-color: rgb(191,128,136); }

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

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

 span { border-color: rgb(191,128,136); }

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