Html Css Color HEX #BA9087 Oriental Pink

📋 copy color: '#BA9087'

red 186 ◦ green 144 ◦ blue 135

#BA9087
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oriental Pink #BA9087

Tints of Oriental Pink #BA9087

RGB

 RED value IS 186 (73.05% from 255) = 40%

 GREEN value IS 144 (56.64% from 255) = 30.97%

 BLUE value IS 135 (53.13% from 255) = 29.03%

R = 40%
G = 30.97%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA9087 (or 0xBA9087) is known color: Oriental Pink. HEX triplet: BA, 90 and 87. RGB value is (186,144,135). Sum of RGB (Red+Green+Blue) = 186+144+135=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 135 (53.12% from 255 or 29.03% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9087 is #456F78. Grayscale: #9B9B9B. Windows color (decimal): -4550521 or 8884410. OLE color: 8884410.

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

Color convert

RGB 186 144 135 -
CMYK 0 0.23 0.27 0.27
HSL 10.59º 0.27% 0.63% -
HSV(B) 10.59º 0.27% 0.73% -
XYZ 34.6 32.13 27.3 -
YUV 155.53 116.41 149.73 -
System Red Green Blue C M Y K H S L
Decimal 186 144 135 0 0.23 0.27 0.27 10.59 0.27 0.63
Hex BA 90 87 0 17 1B 1B B 1B 3F
Octal 272 220 207 0 27 33 33 13 33 77
Binary 10111010 10010000 10000111 0 10111 11011 11011 1011 11011 111111

Color Harmonies of #BA9087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9087

Black with #BA9087

Text Example


Text Example

White with #BA9087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9087; }

 p { color: rgb(186,144,135); }

 H1.HeaderClassName
 {
   color: #BA9087;
 }
 .AnyTagClassName
 {
   color: #BA9087;
 }
</style>

background-color css

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

 a { background-color: rgb(186,144,135); }

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

border-color css

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

 span { border-color: rgb(186,144,135); }

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