#BA908B

Color #BA908B Oriental Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oriental Pink #BA908B

Tints of Oriental Pink #BA908B

Color information

#BA908B (or 0xBA908B) is unknown color: approx Oriental Pink. HEX triplet: BA, 90 and 8B. RGB value is (186,144,139). Sum of RGB (Red+Green+Blue) = 186+144+139=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 144 (56.64% from 255 or 30.70% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BA908B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA908B is #456F74. Grayscale: #9C9C9C. Windows color (decimal): -4550517 or 9146554. OLE color: 9146554.

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

Color convert

RGB186144139-
CMYK00.230.250.27
HSL6.38º25.41%63.73%-
HSV(B)6.38º25.27%72.94%-
XYZ34.8832.2528.81-
YUV155.99118.41149.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.66%
GREEN value IS 144 (56.64% from 255) = 30.70%
BLUE value IS 139 (54.69% from 255) = 29.64%
R=39.66%
G=30.70%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614413900.230.250.276.3825.4163.73
HexBA908B017191B61940
Octal2722202130273133631100
Binary1011101010010000100010110101111100111011110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA908B; }

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

 H1.HeaderClassName
 {
   color: #BA908B;
 }
 .AnyTagClassName
 {
   color: #BA908B;
 }
</style>
background-color css

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

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

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

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

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

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