Html Css Color HEX #BA384B Old Rose

📋 copy color: '#BA384B'

red 186 ◦ green 56 ◦ blue 75

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

Shades of Old Rose #BA384B

Tints of Old Rose #BA384B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.67%

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

R = 58.68%
G = 17.67%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA384B (or 0xBA384B) is known color: Old Rose. HEX triplet: BA, 38 and 4B. RGB value is (186,56,75). Sum of RGB (Red+Green+Blue) = 186+56+75=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA384B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA384B is #45C7B4. Grayscale: #616161. Windows color (decimal): -4573109 or 4929722. OLE color: 4929722.

HSL color Cylindrical-coordinate representation of color #BA384B: hue angle of 351.23º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA384B is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 56 75 -
CMYK 0 0.70 0.60 0.27
HSL 351.23º 0.54% 0.47% -
HSV(B) 351.23º 0.7% 0.73% -
XYZ 22.93 13.78 8.11 -
YUV 97.04 115.57 191.46 -
System Red Green Blue C M Y K H S L
Decimal 186 56 75 0 0.70 0.60 0.27 351.23 0.54 0.47
Hex BA 38 4B 0 46 3C 1B 15F 36 2F
Octal 272 70 113 0 106 74 33 537 66 57
Binary 10111010 111000 1001011 0 1000110 111100 11011 101011111 110110 101111

Color Harmonies of #BA384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA384B

Black with #BA384B

Text Example


Text Example

White with #BA384B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA384B; }

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

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

background-color css

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

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

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

border-color css

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

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

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