Html Css Color HEX #BA9084 Oriental Pink

📋 copy color: '#BA9084'

red 186 ◦ green 144 ◦ blue 132

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

Shades of Oriental Pink #BA9084

Tints of Oriental Pink #BA9084

RGB

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

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

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

R = 40.26%
G = 31.17%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BA9084 (or 0xBA9084) is known color: Oriental Pink. HEX triplet: BA, 90 and 84. RGB value is (186,144,132). Sum of RGB (Red+Green+Blue) = 186+144+132=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 132 (51.95% from 255 or 28.57% from 462); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9084 is #456F7B. Grayscale: #9B9B9B. Windows color (decimal): -4550524 or 8687802. OLE color: 8687802.

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

Color convert

RGB 186 144 132 -
CMYK 0 0.23 0.29 0.27
HSL 13.33º 0.28% 0.62% -
HSV(B) 13.33º 0.29% 0.73% -
XYZ 34.39 32.05 26.2 -
YUV 155.19 114.91 149.98 -
System Red Green Blue C M Y K H S L
Decimal 186 144 132 0 0.23 0.29 0.27 13.33 0.28 0.62
Hex BA 90 84 0 17 1D 1B D 1C 3E
Octal 272 220 204 0 27 35 33 15 34 76
Binary 10111010 10010000 10000100 0 10111 11101 11011 1101 11100 111110

Color Harmonies of #BA9084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9084

Black with #BA9084

Text Example


Text Example

White with #BA9084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9084; }

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

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

background-color css

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

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

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

border-color css

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

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

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