Html Css Color HEX #BA9187 Oriental Pink

📋 copy color: '#BA9187'

red 186 ◦ green 145 ◦ blue 135

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

Shades of Oriental Pink #BA9187

Tints of Oriental Pink #BA9187

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.12%

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

R = 39.91%
G = 31.12%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA9187 (or 0xBA9187) is known color: Oriental Pink. HEX triplet: BA, 91 and 87. RGB value is (186,145,135). Sum of RGB (Red+Green+Blue) = 186+145+135=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 145 (57.03% from 255 or 31.12% from 466); Blue value is 135 (53.12% from 255 or 28.97% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9187 is #456E78. Grayscale: #9C9C9C. Windows color (decimal): -4550265 or 8884666. OLE color: 8884666.

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

Color convert

RGB 186 145 135 -
CMYK 0 0.22 0.27 0.27
HSL 11.76º 0.27% 0.63% -
HSV(B) 11.76º 0.27% 0.73% -
XYZ 34.75 32.44 27.35 -
YUV 156.12 116.08 149.31 -
System Red Green Blue C M Y K H S L
Decimal 186 145 135 0 0.22 0.27 0.27 11.76 0.27 0.63
Hex BA 91 87 0 16 1B 1B C 1B 3F
Octal 272 221 207 0 26 33 33 14 33 77
Binary 10111010 10010001 10000111 0 10110 11011 11011 1100 11011 111111

Color Harmonies of #BA9187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9187

Black with #BA9187

Text Example


Text Example

White with #BA9187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9187; }

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

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

background-color css

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

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

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

border-color css

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

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

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