Html Css Color HEX #BA8785 Oriental Pink

📋 copy color: '#BA8785'

red 186 ◦ green 135 ◦ blue 133

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

Shades of Oriental Pink #BA8785

Tints of Oriental Pink #BA8785

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.74%

 BLUE value IS 133 (52.34% from 255) = 29.3%

R = 40.97%
G = 29.74%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BA8785 (or 0xBA8785) is known color: Oriental Pink. HEX triplet: BA, 87 and 85. RGB value is (186,135,133). Sum of RGB (Red+Green+Blue) = 186+135+133=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 135 (53.12% from 255 or 29.74% from 454); Blue value is 133 (52.34% from 255 or 29.30% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8785 is #45787A. Grayscale: #969696. Windows color (decimal): -4552827 or 8751034. OLE color: 8751034.

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

Color convert

RGB 186 135 133 -
CMYK 0 0.27 0.28 0.27
HSL 2.26º 0.28% 0.63% -
HSV(B) 2.26º 0.28% 0.73% -
XYZ 33.15 29.46 26.13 -
YUV 150.02 118.4 153.66 -
System Red Green Blue C M Y K H S L
Decimal 186 135 133 0 0.27 0.28 0.27 2.26 0.28 0.63
Hex BA 87 85 0 1B 1C 1B 2 1C 3F
Octal 272 207 205 0 33 34 33 2 34 77
Binary 10111010 10000111 10000101 0 11011 11100 11011 10 11100 111111

Color Harmonies of #BA8785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8785

Black with #BA8785

Text Example


Text Example

White with #BA8785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8785; }

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

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

background-color css

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

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

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

border-color css

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

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

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