Html Css Color HEX #BA8483 Oriental Pink

📋 copy color: '#BA8483'

red 186 ◦ green 132 ◦ blue 131

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

Shades of Oriental Pink #BA8483

Tints of Oriental Pink #BA8483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.18%

R = 41.43%
G = 29.4%
B = 29.18%

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

#BA8483 (or 0xBA8483) is known color: Oriental Pink. HEX triplet: BA, 84 and 83. RGB value is (186,132,131). Sum of RGB (Red+Green+Blue) = 186+132+131=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 131 (51.56% from 255 or 29.18% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8483 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8483 is #457B7C. Grayscale: #949494. Windows color (decimal): -4553597 or 8619194. OLE color: 8619194.

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

Color convert

RGB 186 132 131 -
CMYK 0 0.29 0.30 0.27
HSL 1.09º 0.28% 0.62% -
HSV(B) 1.09º 0.3% 0.73% -
XYZ 32.6 28.58 25.27 -
YUV 148.03 118.39 155.08 -
System Red Green Blue C M Y K H S L
Decimal 186 132 131 0 0.29 0.30 0.27 1.09 0.28 0.62
Hex BA 84 83 0 1D 1E 1B 1 1C 3E
Octal 272 204 203 0 35 36 33 1 34 76
Binary 10111010 10000100 10000011 0 11101 11110 11011 1 11100 111110

Color Harmonies of #BA8483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8483

Black with #BA8483

Text Example


Text Example

White with #BA8483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8483; }

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

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

background-color css

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

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

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

border-color css

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

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

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