Html Css Color HEX #BA8D87 Oriental Pink

📋 copy color: '#BA8D87'

red 186 ◦ green 141 ◦ blue 135

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

Shades of Oriental Pink #BA8D87

Tints of Oriental Pink #BA8D87

RGB

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

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

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

R = 40.26%
G = 30.52%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA8D87 (or 0xBA8D87) is known color: Oriental Pink. HEX triplet: BA, 8D and 87. RGB value is (186,141,135). Sum of RGB (Red+Green+Blue) = 186+141+135=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 141 (55.47% from 255 or 30.52% from 462); Blue value is 135 (53.12% from 255 or 29.22% from 462); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8D87 is #457278. Grayscale: #999999. Windows color (decimal): -4551289 or 8883642. OLE color: 8883642.

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

Color convert

RGB 186 141 135 -
CMYK 0 0.24 0.27 0.27
HSL 7.06º 0.27% 0.63% -
HSV(B) 7.06º 0.27% 0.73% -
XYZ 34.15 31.24 27.15 -
YUV 153.77 117.41 150.99 -
System Red Green Blue C M Y K H S L
Decimal 186 141 135 0 0.24 0.27 0.27 7.06 0.27 0.63
Hex BA 8D 87 0 18 1B 1B 7 1B 3F
Octal 272 215 207 0 30 33 33 7 33 77
Binary 10111010 10001101 10000111 0 11000 11011 11011 111 11011 111111

Color Harmonies of #BA8D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8D87

Black with #BA8D87

Text Example


Text Example

White with #BA8D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8D87; }

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

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

background-color css

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

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

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

border-color css

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

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

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