Html Css Color HEX #BA6063 Blush

📋 copy color: '#BA6063'

red 186 ◦ green 96 ◦ blue 99

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

Shades of Blush #BA6063

Tints of Blush #BA6063

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.2%

 BLUE value IS 99 (39.06% from 255) = 25.98%

R = 48.82%
G = 25.2%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA6063 (or 0xBA6063) is known color: Blush. HEX triplet: BA, 60 and 63. RGB value is (186,96,99). Sum of RGB (Red+Green+Blue) = 186+96+99=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 99 (39.06% from 255 or 25.98% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6063 is #459F9C. Grayscale: #7B7B7B. Windows color (decimal): -4562845 or 6512826. OLE color: 6512826.

HSL color Cylindrical-coordinate representation of color #BA6063: hue angle of 358º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA6063 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 96 99 -
CMYK 0 0.48 0.47 0.27
HSL 358º 0.39% 0.55% -
HSV(B) 358º 0.48% 0.73% -
XYZ 26.68 19.71 14.2 -
YUV 123.25 114.32 172.76 -
System Red Green Blue C M Y K H S L
Decimal 186 96 99 0 0.48 0.47 0.27 358 0.39 0.55
Hex BA 60 63 0 30 2F 1B 166 27 37
Octal 272 140 143 0 60 57 33 546 47 67
Binary 10111010 1100000 1100011 0 110000 101111 11011 101100110 100111 110111

Color Harmonies of #BA6063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6063

Black with #BA6063

Text Example


Text Example

White with #BA6063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6063; }

 p { color: rgb(186,96,99); }

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

background-color css

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

 a { background-color: rgb(186,96,99); }

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

border-color css

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

 span { border-color: rgb(186,96,99); }

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