#B88C84

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

Shades of Oriental Pink #B88C84

Tints of Oriental Pink #B88C84

Color information

#B88C84 (or 0xB88C84) is unknown color: approx Oriental Pink. HEX triplet: B8, 8C and 84. RGB value is (184,140,132). Sum of RGB (Red+Green+Blue) = 184+140+132=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 132 (51.95% from 255 or 28.95% from 456); Max value from RGB is 184 - color contains mainly: red. Hex color #B88C84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88C84 is #47737B. Grayscale: #989898. Windows color (decimal): -4682620 or 8686776. OLE color: 8686776.

HSL color Cylindrical-coordinate representation of color #B88C84: hue angle of 9.23º degrees, saturation: 0.27, 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 #B88C84 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB184140132-
CMYK00.240.280.28
HSL9.23º26.8%61.96%-
HSV(B)9.23º28.26%72.16%-
XYZ33.3130.6125.98-
YUV152.24116.58150.65-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.35%
GREEN value IS 140 (55.08% from 255) = 30.70%
BLUE value IS 132 (51.95% from 255) = 28.95%
R=40.35%
G=30.70%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414013200.240.280.289.2326.861.96
HexB88C840181C1C91b3e
Octal2702142040303434113376
Binary1011100010001100100001000110001110011100100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88C84; }

 p { color: rgb(184,140,132); }

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

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

 a { background-color: rgb(184,140,132); }

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

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

 span { border-color: rgb(184,140,132); }

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