Html Css Color HEX #BA434C Old Rose

📋 copy color: '#BA434C'

red 186 ◦ green 67 ◦ blue 76

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

Shades of Old Rose #BA434C

Tints of Old Rose #BA434C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.36%

 BLUE value IS 76 (30.08% from 255) = 23.1%

R = 56.53%
G = 20.36%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA434C (or 0xBA434C) is known color: Old Rose. HEX triplet: BA, 43 and 4C. RGB value is (186,67,76). Sum of RGB (Red+Green+Blue) = 186+67+76=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA434C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA434C is #45BCB3. Grayscale: #676767. Windows color (decimal): -4570292 or 4998074. OLE color: 4998074.

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

Color convert

RGB 186 67 76 -
CMYK 0 0.64 0.59 0.27
HSL 355.46º 0.47% 0.5% -
HSV(B) 355.46º 0.64% 0.73% -
XYZ 23.56 14.98 8.49 -
YUV 103.61 112.42 186.77 -
System Red Green Blue C M Y K H S L
Decimal 186 67 76 0 0.64 0.59 0.27 355.46 0.47 0.5
Hex BA 43 4C 0 40 3B 1B 163 2F 32
Octal 272 103 114 0 100 73 33 543 57 62
Binary 10111010 1000011 1001100 0 1000000 111011 11011 101100011 101111 110010

Color Harmonies of #BA434C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA434C

Black with #BA434C

Text Example


Text Example

White with #BA434C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA434C; }

 p { color: rgb(186,67,76); }

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

background-color css

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

 a { background-color: rgb(186,67,76); }

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

border-color css

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

 span { border-color: rgb(186,67,76); }

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