Html Css Color HEX #BC3A50 Old Rose

📋 copy color: '#BC3A50'

red 188 ◦ green 58 ◦ blue 80

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

Shades of Old Rose #BC3A50

Tints of Old Rose #BC3A50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.54%

R = 57.67%
G = 17.79%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC3A50 (or 0xBC3A50) is known color: Old Rose. HEX triplet: BC, 3A and 50. RGB value is (188,58,80). Sum of RGB (Red+Green+Blue) = 188+58+80=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3A50 is #43C5AF. Grayscale: #636363. Windows color (decimal): -4441520 or 5257916. OLE color: 5257916.

HSL color Cylindrical-coordinate representation of color #BC3A50: hue angle of 349.85º 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 #BC3A50 is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 58 80 -
CMYK 0 0.69 0.57 0.26
HSL 349.85º 0.53% 0.48% -
HSV(B) 349.85º 0.69% 0.74% -
XYZ 23.7 14.3 9.1 -
YUV 99.38 117.07 191.21 -
System Red Green Blue C M Y K H S L
Decimal 188 58 80 0 0.69 0.57 0.26 349.85 0.53 0.48
Hex BC 3A 50 0 45 39 1A 15E 35 30
Octal 274 72 120 0 105 71 32 536 65 60
Binary 10111100 111010 1010000 0 1000101 111001 11010 101011110 110101 110000

Color Harmonies of #BC3A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3A50

Black with #BC3A50

Text Example


Text Example

White with #BC3A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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