#B88A85

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

Shades of Oriental Pink #B88A85

Tints of Oriental Pink #B88A85

Color information

#B88A85 (or 0xB88A85) is unknown color: approx Oriental Pink. HEX triplet: B8, 8A and 85. RGB value is (184,138,133). Sum of RGB (Red+Green+Blue) = 184+138+133=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88A85 is #47757A. Grayscale: #979797. Windows color (decimal): -4683131 or 8751800. OLE color: 8751800.

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

Color convert

RGB184138133-
CMYK00.250.280.28
HSL5.88º26.42%62.16%-
HSV(B)5.88º27.72%72.16%-
XYZ33.0930.0626.25-
YUV151.18117.74151.41-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.44%
GREEN value IS 138 (54.30% from 255) = 30.33%
BLUE value IS 133 (52.34% from 255) = 29.23%
R=40.44%
G=30.33%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413813300.250.280.285.8826.4262.16
HexB88A850191C1C61a3e
Octal270212205031343463276
Binary101110001000101010000101011001111001110011011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88A85; }

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

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

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

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

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

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

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

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