Html Css Color HEX #BA8D89 Oriental Pink

📋 copy color: '#BA8D89'

red 186 ◦ green 141 ◦ blue 137

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

Shades of Oriental Pink #BA8D89

Tints of Oriental Pink #BA8D89

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.39%

 BLUE value IS 137 (53.91% from 255) = 29.53%

R = 40.09%
G = 30.39%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA8D89 (or 0xBA8D89) is known color: Oriental Pink. HEX triplet: BA, 8D and 89. RGB value is (186,141,137). Sum of RGB (Red+Green+Blue) = 186+141+137=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 137 (53.91% from 255 or 29.53% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8D89 is #457276. Grayscale: #9A9A9A. Windows color (decimal): -4551287 or 9014714. OLE color: 9014714.

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

Color convert

RGB 186 141 137 -
CMYK 0 0.24 0.26 0.27
HSL 4.9º 0.26% 0.63% -
HSV(B) 4.9º 0.26% 0.73% -
XYZ 34.29 31.3 27.9 -
YUV 154 118.41 150.83 -
System Red Green Blue C M Y K H S L
Decimal 186 141 137 0 0.24 0.26 0.27 4.9 0.26 0.63
Hex BA 8D 89 0 18 1A 1B 5 1A 3F
Octal 272 215 211 0 30 32 33 5 32 77
Binary 10111010 10001101 10001001 0 11000 11010 11011 101 11010 111111

Color Harmonies of #BA8D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8D89

Black with #BA8D89

Text Example


Text Example

White with #BA8D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8D89; }

 p { color: rgb(186,141,137); }

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

background-color css

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

 a { background-color: rgb(186,141,137); }

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

border-color css

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

 span { border-color: rgb(186,141,137); }

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