Html Css Color HEX #BA8C84 Oriental Pink

📋 copy color: '#BA8C84'

red 186 ◦ green 140 ◦ blue 132

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

Shades of Oriental Pink #BA8C84

Tints of Oriental Pink #BA8C84

RGB

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

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

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

R = 40.61%
G = 30.57%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BA8C84 (or 0xBA8C84) is known color: Oriental Pink. HEX triplet: BA, 8C and 84. RGB value is (186,140,132). Sum of RGB (Red+Green+Blue) = 186+140+132=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 132 (51.95% from 255 or 28.82% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8C84 is #45737B. Grayscale: #989898. Windows color (decimal): -4551548 or 8686778. OLE color: 8686778.

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

Color convert

RGB 186 140 132 -
CMYK 0 0.25 0.29 0.27
HSL 8.89º 0.28% 0.62% -
HSV(B) 8.89º 0.29% 0.73% -
XYZ 33.79 30.86 26.01 -
YUV 152.84 116.24 151.65 -
System Red Green Blue C M Y K H S L
Decimal 186 140 132 0 0.25 0.29 0.27 8.89 0.28 0.62
Hex BA 8C 84 0 19 1D 1B 9 1C 3E
Octal 272 214 204 0 31 35 33 11 34 76
Binary 10111010 10001100 10000100 0 11001 11101 11011 1001 11100 111110

Color Harmonies of #BA8C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8C84

Black with #BA8C84

Text Example


Text Example

White with #BA8C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8C84; }

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

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

background-color css

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

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

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

border-color css

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

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

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