Html Css Color HEX #BA8C87 Oriental Pink

📋 copy color: '#BA8C87'

red 186 ◦ green 140 ◦ blue 135

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

Shades of Oriental Pink #BA8C87

Tints of Oriental Pink #BA8C87

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.37%

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

R = 40.35%
G = 30.37%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA8C87 (or 0xBA8C87) is known color: Oriental Pink. HEX triplet: BA, 8C and 87. RGB value is (186,140,135). Sum of RGB (Red+Green+Blue) = 186+140+135=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 135 (53.12% from 255 or 29.28% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8C87 is #457378. Grayscale: #999999. Windows color (decimal): -4551545 or 8883386. OLE color: 8883386.

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

Color convert

RGB 186 140 135 -
CMYK 0 0.25 0.27 0.27
HSL 5.88º 0.27% 0.63% -
HSV(B) 5.88º 0.27% 0.73% -
XYZ 34 30.94 27.1 -
YUV 153.18 117.74 151.41 -
System Red Green Blue C M Y K H S L
Decimal 186 140 135 0 0.25 0.27 0.27 5.88 0.27 0.63
Hex BA 8C 87 0 19 1B 1B 6 1B 3F
Octal 272 214 207 0 31 33 33 6 33 77
Binary 10111010 10001100 10000111 0 11001 11011 11011 110 11011 111111

Color Harmonies of #BA8C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8C87

Black with #BA8C87

Text Example


Text Example

White with #BA8C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8C87; }

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

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

background-color css

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

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

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

border-color css

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

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

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