#B98785

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

Shades of Oriental Pink #B98785

Tints of Oriental Pink #B98785

Color information

#B98785 (or 0xB98785) is unknown color: approx Oriental Pink. HEX triplet: B9, 87 and 85. RGB value is (185,135,133). Sum of RGB (Red+Green+Blue) = 185+135+133=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 185 - color contains mainly: red. Hex color #B98785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98785 is #46787A. Grayscale: #959595. Windows color (decimal): -4618363 or 8751033. OLE color: 8751033.

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

Color convert

RGB185135133-
CMYK00.270.280.27
HSL2.31º27.08%62.35%-
HSV(B)2.31º28.11%72.55%-
XYZ32.9129.3426.12-
YUV149.72118.56153.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.84%
GREEN value IS 135 (53.12% from 255) = 29.80%
BLUE value IS 133 (52.34% from 255) = 29.36%
R=40.84%
G=29.80%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513513300.270.280.272.3127.0862.35
HexB9878501B1C1B21b3e
Octal271207205033343323376
Binary10111001100001111000010101101111100110111011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98785; }

 p { color: rgb(185,135,133); }

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

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

 a { background-color: rgb(185,135,133); }

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

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

 span { border-color: rgb(185,135,133); }

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