#BD8094

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

Shades of Puce #BD8094

Tints of Puce #BD8094

Color information

#BD8094 (or 0xBD8094) is unknown color: approx Puce. HEX triplet: BD, 80 and 94. RGB value is (189,128,148). Sum of RGB (Red+Green+Blue) = 189+128+148=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 148 (58.20% from 255 or 31.83% from 465); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8094 is #427F6B. Grayscale: #949494. Windows color (decimal): -4357996 or 9732285. OLE color: 9732285.

HSL color Cylindrical-coordinate representation of color #BD8094: hue angle of 340.33º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BD8094 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB189128148-
CMYK00.320.220.26
HSL340.33º31.61%62.16%-
HSV(B)340.33º32.28%74.12%-
XYZ34.0528.431.7-
YUV148.52127.71156.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.65%
GREEN value IS 128 (50.39% from 255) = 27.53%
BLUE value IS 148 (58.20% from 255) = 31.83%
R=40.65%
G=27.53%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912814800.320.220.26340.3331.6162.16
HexBD8094020161A154203e
Octal27520022404026325244076
Binary10111101100000001001010001000001011011010101010100100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8094; }

 p { color: rgb(189,128,148); }

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

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

 a { background-color: rgb(189,128,148); }

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

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

 span { border-color: rgb(189,128,148); }

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