Html Css Color HEX #BA434B Old Rose

📋 copy color: '#BA434B'

red 186 ◦ green 67 ◦ blue 75

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

Shades of Old Rose #BA434B

Tints of Old Rose #BA434B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.87%

R = 56.71%
G = 20.43%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA434B (or 0xBA434B) is known color: Old Rose. HEX triplet: BA, 43 and 4B. RGB value is (186,67,75). Sum of RGB (Red+Green+Blue) = 186+67+75=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA434B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA434B is #45BCB4. Grayscale: #676767. Windows color (decimal): -4570293 or 4932538. OLE color: 4932538.

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

Color convert

RGB 186 67 75 -
CMYK 0 0.64 0.60 0.27
HSL 355.97º 0.47% 0.5% -
HSV(B) 355.97º 0.64% 0.73% -
XYZ 23.53 14.96 8.3 -
YUV 103.49 111.92 186.85 -
System Red Green Blue C M Y K H S L
Decimal 186 67 75 0 0.64 0.60 0.27 355.97 0.47 0.5
Hex BA 43 4B 0 40 3C 1B 164 2F 32
Octal 272 103 113 0 100 74 33 544 57 62
Binary 10111010 1000011 1001011 0 1000000 111100 11011 101100100 101111 110010

Color Harmonies of #BA434B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA434B

Black with #BA434B

Text Example


Text Example

White with #BA434B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA434B; }

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

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

background-color css

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

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

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

border-color css

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

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

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