Html Css Color HEX #BA1652 Old Rose

📋 copy color: '#BA1652'

red 186 ◦ green 22 ◦ blue 82

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

Shades of Old Rose #BA1652

Tints of Old Rose #BA1652

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.59%

 BLUE value IS 82 (32.42% from 255) = 28.28%

R = 64.14%
G = 7.59%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA1652 (or 0xBA1652) is known color: Old Rose. HEX triplet: BA, 16 and 52. RGB value is (186,22,82). Sum of RGB (Red+Green+Blue) = 186+22+82=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 82 (32.42% from 255 or 28.28% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1652 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1652 is #45E9AD. Grayscale: #4D4D4D. Windows color (decimal): -4581806 or 5379770. OLE color: 5379770.

HSL color Cylindrical-coordinate representation of color #BA1652: hue angle of 338.05º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1652 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 22 82 -
CMYK 0 0.88 0.56 0.27
HSL 338.05º 0.79% 0.41% -
HSV(B) 338.05º 0.88% 0.73% -
XYZ 22.06 11.62 9.06 -
YUV 77.88 130.33 205.12 -
System Red Green Blue C M Y K H S L
Decimal 186 22 82 0 0.88 0.56 0.27 338.05 0.79 0.41
Hex BA 16 52 0 58 38 1B 152 4F 29
Octal 272 26 122 0 130 70 33 522 117 51
Binary 10111010 10110 1010010 0 1011000 111000 11011 101010010 1001111 101001

Color Harmonies of #BA1652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1652

Black with #BA1652

Text Example


Text Example

White with #BA1652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1652; }

 p { color: rgb(186,22,82); }

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

background-color css

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

 a { background-color: rgb(186,22,82); }

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

border-color css

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

 span { border-color: rgb(186,22,82); }

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