Html Css Color HEX #BA8884 Oriental Pink

📋 copy color: '#BA8884'

red 186 ◦ green 136 ◦ blue 132

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

Shades of Oriental Pink #BA8884

Tints of Oriental Pink #BA8884

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.96%

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

R = 40.97%
G = 29.96%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BA8884 (or 0xBA8884) is known color: Oriental Pink. HEX triplet: BA, 88 and 84. RGB value is (186,136,132). Sum of RGB (Red+Green+Blue) = 186+136+132=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 132 (51.95% from 255 or 29.07% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8884 is #45777B. Grayscale: #969696. Windows color (decimal): -4552572 or 8685754. OLE color: 8685754.

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

Color convert

RGB 186 136 132 -
CMYK 0 0.27 0.29 0.27
HSL 4.44º 0.28% 0.62% -
HSV(B) 4.44º 0.29% 0.73% -
XYZ 33.22 29.71 25.81 -
YUV 150.49 117.57 153.33 -
System Red Green Blue C M Y K H S L
Decimal 186 136 132 0 0.27 0.29 0.27 4.44 0.28 0.62
Hex BA 88 84 0 1B 1D 1B 4 1C 3E
Octal 272 210 204 0 33 35 33 4 34 76
Binary 10111010 10001000 10000100 0 11011 11101 11011 100 11100 111110

Color Harmonies of #BA8884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8884

Black with #BA8884

Text Example


Text Example

White with #BA8884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8884; }

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

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

background-color css

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

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

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

border-color css

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

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

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