Html Css Color HEX #BA8F8A Oriental Pink

📋 copy color: '#BA8F8A'

red 186 ◦ green 143 ◦ blue 138

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

Shades of Oriental Pink #BA8F8A

Tints of Oriental Pink #BA8F8A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.62%

 BLUE value IS 138 (54.3% from 255) = 29.55%

R = 39.83%
G = 30.62%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA8F8A (or 0xBA8F8A) is known color: Oriental Pink. HEX triplet: BA, 8F and 8A. RGB value is (186,143,138). Sum of RGB (Red+Green+Blue) = 186+143+138=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 143 (56.25% from 255 or 30.62% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8F8A is #457075. Grayscale: #9B9B9B. Windows color (decimal): -4550774 or 9080762. OLE color: 9080762.

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

Color convert

RGB 186 143 138 -
CMYK 0 0.23 0.26 0.27
HSL 6.25º 0.26% 0.64% -
HSV(B) 6.25º 0.26% 0.73% -
XYZ 34.66 31.92 28.38 -
YUV 155.29 118.25 149.91 -
System Red Green Blue C M Y K H S L
Decimal 186 143 138 0 0.23 0.26 0.27 6.25 0.26 0.64
Hex BA 8F 8A 0 17 1A 1B 6 1A 40
Octal 272 217 212 0 27 32 33 6 32 100
Binary 10111010 10001111 10001010 0 10111 11010 11011 110 11010 1000000

Color Harmonies of #BA8F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8F8A

Black with #BA8F8A

Text Example


Text Example

White with #BA8F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8F8A; }

 p { color: rgb(186,143,138); }

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

background-color css

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

 a { background-color: rgb(186,143,138); }

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

border-color css

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

 span { border-color: rgb(186,143,138); }

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