Html Css Color HEX #BA274B Old Rose

📋 copy color: '#BA274B'

red 186 ◦ green 39 ◦ blue 75

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

Shades of Old Rose #BA274B

Tints of Old Rose #BA274B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13%

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

R = 62%
G = 13%
B = 25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA274B (or 0xBA274B) is known color: Old Rose. HEX triplet: BA, 27 and 4B. RGB value is (186,39,75). Sum of RGB (Red+Green+Blue) = 186+39+75=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA274B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA274B is #45D8B4. Grayscale: #575757. Windows color (decimal): -4577461 or 4925370. OLE color: 4925370.

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

Color convert

RGB 186 39 75 -
CMYK 0 0.79 0.60 0.27
HSL 345.31º 0.65% 0.44% -
HSV(B) 345.31º 0.79% 0.73% -
XYZ 22.25 12.4 7.88 -
YUV 87.06 121.2 198.57 -
System Red Green Blue C M Y K H S L
Decimal 186 39 75 0 0.79 0.60 0.27 345.31 0.65 0.44
Hex BA 27 4B 0 4F 3C 1B 159 41 2C
Octal 272 47 113 0 117 74 33 531 101 54
Binary 10111010 100111 1001011 0 1001111 111100 11011 101011001 1000001 101100

Color Harmonies of #BA274B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA274B

Black with #BA274B

Text Example


Text Example

White with #BA274B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA274B; }

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

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

background-color css

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

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

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

border-color css

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

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

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