Html Css Color HEX #BA8684 Oriental Pink

📋 copy color: '#BA8684'

red 186 ◦ green 134 ◦ blue 132

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

Shades of Oriental Pink #BA8684

Tints of Oriental Pink #BA8684

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.65%

 BLUE value IS 132 (51.95% from 255) = 29.2%

R = 41.15%
G = 29.65%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BA8684 (or 0xBA8684) is known color: Oriental Pink. HEX triplet: BA, 86 and 84. RGB value is (186,134,132). Sum of RGB (Red+Green+Blue) = 186+134+132=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 132 (51.95% from 255 or 29.20% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8684 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8684 is #45797B. Grayscale: #959595. Windows color (decimal): -4553084 or 8685242. OLE color: 8685242.

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

Color convert

RGB 186 134 132 -
CMYK 0 0.28 0.29 0.27
HSL 2.22º 0.28% 0.62% -
HSV(B) 2.22º 0.29% 0.73% -
XYZ 32.94 29.16 25.72 -
YUV 149.32 118.23 154.16 -
System Red Green Blue C M Y K H S L
Decimal 186 134 132 0 0.28 0.29 0.27 2.22 0.28 0.62
Hex BA 86 84 0 1C 1D 1B 2 1C 3E
Octal 272 206 204 0 34 35 33 2 34 76
Binary 10111010 10000110 10000100 0 11100 11101 11011 10 11100 111110

Color Harmonies of #BA8684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8684

Black with #BA8684

Text Example


Text Example

White with #BA8684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8684; }

 p { color: rgb(186,134,132); }

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

background-color css

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

 a { background-color: rgb(186,134,132); }

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

border-color css

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

 span { border-color: rgb(186,134,132); }

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