Html Css Color HEX #BA8482 Oriental Pink

📋 copy color: '#BA8482'

red 186 ◦ green 132 ◦ blue 130

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

Shades of Oriental Pink #BA8482

Tints of Oriental Pink #BA8482

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.46%

 BLUE value IS 130 (51.17% from 255) = 29.02%

R = 41.52%
G = 29.46%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BA8482 (or 0xBA8482) is known color: Oriental Pink. HEX triplet: BA, 84 and 82. RGB value is (186,132,130). Sum of RGB (Red+Green+Blue) = 186+132+130=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8482 is #457B7D. Grayscale: #939393. Windows color (decimal): -4553598 or 8553658. OLE color: 8553658.

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

Color convert

RGB 186 132 130 -
CMYK 0 0.29 0.30 0.27
HSL 2.14º 0.29% 0.62% -
HSV(B) 2.14º 0.3% 0.73% -
XYZ 32.53 28.55 24.92 -
YUV 147.92 117.89 155.16 -
System Red Green Blue C M Y K H S L
Decimal 186 132 130 0 0.29 0.30 0.27 2.14 0.29 0.62
Hex BA 84 82 0 1D 1E 1B 2 1D 3E
Octal 272 204 202 0 35 36 33 2 35 76
Binary 10111010 10000100 10000010 0 11101 11110 11011 10 11101 111110

Color Harmonies of #BA8482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8482

Black with #BA8482

Text Example


Text Example

White with #BA8482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8482; }

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

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

background-color css

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

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

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

border-color css

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

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

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