#B88B84

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

Shades of Oriental Pink #B88B84

Tints of Oriental Pink #B88B84

Color information

#B88B84 (or 0xB88B84) is unknown color: approx Oriental Pink. HEX triplet: B8, 8B and 84. RGB value is (184,139,132). Sum of RGB (Red+Green+Blue) = 184+139+132=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 139 (54.69% from 255 or 30.55% from 455); Blue value is 132 (51.95% from 255 or 29.01% from 455); Max value from RGB is 184 - color contains mainly: red. Hex color #B88B84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88B84 is #47747B. Grayscale: #979797. Windows color (decimal): -4682876 or 8686520. OLE color: 8686520.

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

Color convert

RGB184139132-
CMYK00.240.280.28
HSL8.08º26.8%61.96%-
HSV(B)8.08º28.26%72.16%-
XYZ33.1630.3225.93-
YUV151.66116.91151.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.44%
GREEN value IS 139 (54.69% from 255) = 30.55%
BLUE value IS 132 (51.95% from 255) = 29.01%
R=40.44%
G=30.55%
B=29.01%

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
Decimal18413913200.240.280.288.0826.861.96
HexB88B840181C1C81b3e
Octal2702132040303434103376
Binary1011100010001011100001000110001110011100100011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88B84; }

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

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

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

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

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

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

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

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