#BF809A

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

Shades of Puce #BF809A

Tints of Puce #BF809A

Color information

#BF809A (or 0xBF809A) is unknown color: approx Puce. HEX triplet: BF, 80 and 9A. RGB value is (191,128,154). Sum of RGB (Red+Green+Blue) = 191+128+154=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 191 - color contains mainly: red. Hex color #BF809A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF809A is #407F65. Grayscale: #959595. Windows color (decimal): -4226918 or 10125503. OLE color: 10125503.

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

Color convert

RGB191128154-
CMYK00.330.190.25
HSL335.24º32.98%62.55%-
HSV(B)335.24º32.98%74.9%-
XYZ35.0428.8534.29-
YUV149.8130.37157.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.38%
GREEN value IS 128 (50.39% from 255) = 27.06%
BLUE value IS 154 (60.55% from 255) = 32.56%
R=40.38%
G=27.06%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112815400.330.190.25335.2432.9862.55
HexBF809A021131914f213f
Octal27720023204123315174177
Binary10111111100000001001101001000011001111001101001111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF809A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF809A; }

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

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

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

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

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

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

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

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