#B88784

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

Shades of Oriental Pink #B88784

Tints of Oriental Pink #B88784

Color information

#B88784 (or 0xB88784) is unknown color: approx Oriental Pink. HEX triplet: B8, 87 and 84. RGB value is (184,135,132). Sum of RGB (Red+Green+Blue) = 184+135+132=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 135 (53.12% from 255 or 29.93% from 451); Blue value is 132 (51.95% from 255 or 29.27% from 451); Max value from RGB is 184 - color contains mainly: red. Hex color #B88784 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88784 is #47787B. Grayscale: #959595. Windows color (decimal): -4683900 or 8685496. OLE color: 8685496.

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

Color convert

RGB184135132-
CMYK00.270.280.28
HSL3.46º26.8%61.96%-
HSV(B)3.46º28.26%72.16%-
XYZ32.629.1825.74-
YUV149.31118.23152.74-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.80%
GREEN value IS 135 (53.12% from 255) = 29.93%
BLUE value IS 132 (51.95% from 255) = 29.27%
R=40.80%
G=29.93%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413513200.270.280.283.4626.861.96
HexB8878401B1C1C31b3e
Octal270207204033343433376
Binary10111000100001111000010001101111100111001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88784; }

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

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

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

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

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

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

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

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