#B58885

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

Shades of Oriental Pink #B58885

Tints of Oriental Pink #B58885

Color information

#B58885 (or 0xB58885) is unknown color: approx Oriental Pink. HEX triplet: B5, 88 and 85. RGB value is (181,136,133). Sum of RGB (Red+Green+Blue) = 181+136+133=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 181 - color contains mainly: red. Hex color #B58885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58885 is #4A777A. Grayscale: #959595. Windows color (decimal): -4880251 or 8751285. OLE color: 8751285.

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

Color convert

RGB181136133-
CMYK00.250.270.29
HSL3.75º24.49%61.57%-
HSV(B)3.75º26.52%70.98%-
XYZ32.0929.1326.12-
YUV149.11118.91150.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.22%
GREEN value IS 136 (53.52% from 255) = 30.22%
BLUE value IS 133 (52.34% from 255) = 29.56%
R=40.22%
G=30.22%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113613300.250.270.293.7524.4961.57
HexB588850191B1D4183e
Octal265210205031333543076
Binary101101011000100010000101011001110111110110011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58885; }

 p { color: rgb(181,136,133); }

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

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

 a { background-color: rgb(181,136,133); }

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

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

 span { border-color: rgb(181,136,133); }

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