#BD8098

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

Shades of Puce #BD8098

Tints of Puce #BD8098

Color information

#BD8098 (or 0xBD8098) is unknown color: approx Puce. HEX triplet: BD, 80 and 98. RGB value is (189,128,152). Sum of RGB (Red+Green+Blue) = 189+128+152=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 152 (59.77% from 255 or 32.41% from 469); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8098 is #427F67. Grayscale: #949494. Windows color (decimal): -4357992 or 9994429. OLE color: 9994429.

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

Color convert

RGB189128152-
CMYK00.320.200.26
HSL336.39º31.61%62.16%-
HSV(B)336.39º32.28%74.12%-
XYZ34.3728.5233.4-
YUV148.98129.71156.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.30%
GREEN value IS 128 (50.39% from 255) = 27.29%
BLUE value IS 152 (59.77% from 255) = 32.41%
R=40.30%
G=27.29%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912815200.320.200.26336.3931.6162.16
HexBD8098020141A150203e
Octal27520023004024325204076
Binary10111101100000001001100001000001010011010101010000100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8098; }

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

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

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

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

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

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

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

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