Html Css Color HEX #BA6072 Blush

📋 copy color: '#BA6072'

red 186 ◦ green 96 ◦ blue 114

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

Shades of Blush #BA6072

Tints of Blush #BA6072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.79%

R = 46.97%
G = 24.24%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA6072 (or 0xBA6072) is known color: Blush. HEX triplet: BA, 60 and 72. RGB value is (186,96,114). Sum of RGB (Red+Green+Blue) = 186+96+114=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 114 (44.92% from 255 or 28.79% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6072 is #459F8D. Grayscale: #7C7C7C. Windows color (decimal): -4562830 or 7495866. OLE color: 7495866.

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

Color convert

RGB 186 96 114 -
CMYK 0 0.48 0.39 0.27
HSL 348º 0.39% 0.55% -
HSV(B) 348º 0.48% 0.73% -
XYZ 27.47 20.02 18.34 -
YUV 124.96 121.82 171.54 -
System Red Green Blue C M Y K H S L
Decimal 186 96 114 0 0.48 0.39 0.27 348 0.39 0.55
Hex BA 60 72 0 30 27 1B 15C 27 37
Octal 272 140 162 0 60 47 33 534 47 67
Binary 10111010 1100000 1110010 0 110000 100111 11011 101011100 100111 110111

Color Harmonies of #BA6072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6072

Black with #BA6072

Text Example


Text Example

White with #BA6072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6072; }

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

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

background-color css

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

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

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

border-color css

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

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

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