#B58B87

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

Shades of Oriental Pink #B58B87

Tints of Oriental Pink #B58B87

Color information

#B58B87 (or 0xB58B87) is unknown color: approx Oriental Pink. HEX triplet: B5, 8B and 87. RGB value is (181,139,135). Sum of RGB (Red+Green+Blue) = 181+139+135=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 139 (54.69% from 255 or 30.55% from 455); Blue value is 135 (53.12% from 255 or 29.67% from 455); Max value from RGB is 181 - color contains mainly: red. Hex color #B58B87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58B87 is #4A7478. Grayscale: #979797. Windows color (decimal): -4879481 or 8883125. OLE color: 8883125.

HSL color Cylindrical-coordinate representation of color #B58B87: hue angle of 5.22º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B58B87 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB181139135-
CMYK00.230.250.29
HSL5.22º23.71%61.96%-
HSV(B)5.22º25.41%70.98%-
XYZ32.6630.0427-
YUV151.1118.91149.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.78%
GREEN value IS 139 (54.69% from 255) = 30.55%
BLUE value IS 135 (53.12% from 255) = 29.67%
R=39.78%
G=30.55%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113913500.230.250.295.2223.7161.96
HexB58B87017191D5183e
Octal265213207027313553076
Binary101101011000101110000111010111110011110110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58B87; }

 p { color: rgb(181,139,135); }

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

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

 a { background-color: rgb(181,139,135); }

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

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

 span { border-color: rgb(181,139,135); }

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