#B98290

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

Shades of Puce #B98290

Tints of Puce #B98290

Color information

#B98290 (or 0xB98290) is unknown color: approx Puce. HEX triplet: B9, 82 and 90. RGB value is (185,130,144). Sum of RGB (Red+Green+Blue) = 185+130+144=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 185 - color contains mainly: red. Hex color #B98290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98290 is #467D6F. Grayscale: #949494. Windows color (decimal): -4619632 or 9470649. OLE color: 9470649.

HSL color Cylindrical-coordinate representation of color #B98290: hue angle of 344.73º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B98290 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB185130144-
CMYK00.300.220.27
HSL344.73º28.21%61.76%-
HSV(B)344.73º29.73%72.55%-
XYZ33.0228.2930.11-
YUV148.04125.72154.36-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.31%
GREEN value IS 130 (51.17% from 255) = 28.32%
BLUE value IS 144 (56.64% from 255) = 31.37%
R=40.31%
G=28.32%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513014400.300.220.27344.7328.2161.76
HexB9829001E161B1591c3e
Octal27120222003626335313476
Binary101110011000001010010000011110101101101110101100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98290; }

 p { color: rgb(185,130,144); }

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

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

 a { background-color: rgb(185,130,144); }

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

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

 span { border-color: rgb(185,130,144); }

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