#B88D85

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

Shades of Oriental Pink #B88D85

Tints of Oriental Pink #B88D85

Color information

#B88D85 (or 0xB88D85) is unknown color: approx Oriental Pink. HEX triplet: B8, 8D and 85. RGB value is (184,141,133). Sum of RGB (Red+Green+Blue) = 184+141+133=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 133 (52.34% from 255 or 29.04% from 458); Max value from RGB is 184 - color contains mainly: red. Hex color #B88D85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88D85 is #47727A. Grayscale: #999999. Windows color (decimal): -4682363 or 8752568. OLE color: 8752568.

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

Color convert

RGB184141133-
CMYK00.230.280.28
HSL9.41º26.42%62.16%-
HSV(B)9.41º27.72%72.16%-
XYZ33.5330.9326.39-
YUV152.94116.75150.15-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.17%
GREEN value IS 141 (55.47% from 255) = 30.79%
BLUE value IS 133 (52.34% from 255) = 29.04%
R=40.17%
G=30.79%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414113300.230.280.289.4126.4262.16
HexB88D850171C1C91a3e
Octal2702152050273434113276
Binary1011100010001101100001010101111110011100100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88D85; }

 p { color: rgb(184,141,133); }

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

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

 a { background-color: rgb(184,141,133); }

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

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

 span { border-color: rgb(184,141,133); }

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