Html Css Color HEX #BA9085 Oriental Pink

📋 copy color: '#BA9085'

red 186 ◦ green 144 ◦ blue 133

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

Shades of Oriental Pink #BA9085

Tints of Oriental Pink #BA9085

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.1%

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

R = 40.17%
G = 31.1%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BA9085 (or 0xBA9085) is known color: Oriental Pink. HEX triplet: BA, 90 and 85. RGB value is (186,144,133). Sum of RGB (Red+Green+Blue) = 186+144+133=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9085 is #456F7A. Grayscale: #9B9B9B. Windows color (decimal): -4550523 or 8753338. OLE color: 8753338.

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

Color convert

RGB 186 144 133 -
CMYK 0 0.23 0.28 0.27
HSL 12.45º 0.28% 0.63% -
HSV(B) 12.45º 0.28% 0.73% -
XYZ 34.46 32.08 26.57 -
YUV 155.3 115.41 149.89 -
System Red Green Blue C M Y K H S L
Decimal 186 144 133 0 0.23 0.28 0.27 12.45 0.28 0.63
Hex BA 90 85 0 17 1C 1B C 1C 3F
Octal 272 220 205 0 27 34 33 14 34 77
Binary 10111010 10010000 10000101 0 10111 11100 11011 1100 11100 111111

Color Harmonies of #BA9085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9085

Black with #BA9085

Text Example


Text Example

White with #BA9085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9085; }

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

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

background-color css

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

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

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

border-color css

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

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

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