Html Css Color HEX #BC3A4F Old Rose

📋 copy color: '#BC3A4F'

red 188 ◦ green 58 ◦ blue 79

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

Shades of Old Rose #BC3A4F

Tints of Old Rose #BC3A4F

RGB

 RED value IS 188 (73.83% from 255) = 57.85%

 GREEN value IS 58 (23.05% from 255) = 17.85%

 BLUE value IS 79 (31.25% from 255) = 24.31%

R = 57.85%
G = 17.85%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BC3A4F (or 0xBC3A4F) is known color: Old Rose. HEX triplet: BC, 3A and 4F. RGB value is (188,58,79). Sum of RGB (Red+Green+Blue) = 188+58+79=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 79 (31.25% from 255 or 24.31% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3A4F is #43C5B0. Grayscale: #636363. Windows color (decimal): -4441521 or 5192380. OLE color: 5192380.

HSL color Cylindrical-coordinate representation of color #BC3A4F: hue angle of 350.31º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC3A4F is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 58 79 -
CMYK 0 0.69 0.58 0.26
HSL 350.31º 0.53% 0.48% -
HSV(B) 350.31º 0.69% 0.74% -
XYZ 23.66 14.28 8.91 -
YUV 99.26 116.57 191.29 -
System Red Green Blue C M Y K H S L
Decimal 188 58 79 0 0.69 0.58 0.26 350.31 0.53 0.48
Hex BC 3A 4F 0 45 3A 1A 15E 35 30
Octal 274 72 117 0 105 72 32 536 65 60
Binary 10111100 111010 1001111 0 1000101 111010 11010 101011110 110101 110000

Color Harmonies of #BC3A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3A4F

Black with #BC3A4F

Text Example


Text Example

White with #BC3A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3A4F; }

 p { color: rgb(188,58,79); }

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

background-color css

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

 a { background-color: rgb(188,58,79); }

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

border-color css

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

 span { border-color: rgb(188,58,79); }

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