Html Css Color HEX #BC3D54 Old Rose

📋 copy color: '#BC3D54'

red 188 ◦ green 61 ◦ blue 84

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

Shades of Old Rose #BC3D54

Tints of Old Rose #BC3D54

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.32%

 BLUE value IS 84 (33.2% from 255) = 25.23%

R = 56.46%
G = 18.32%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC3D54 (or 0xBC3D54) is known color: Old Rose. HEX triplet: BC, 3D and 54. RGB value is (188,61,84). Sum of RGB (Red+Green+Blue) = 188+61+84=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3D54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3D54 is #43C2AB. Grayscale: #656565. Windows color (decimal): -4440748 or 5520828. OLE color: 5520828.

HSL color Cylindrical-coordinate representation of color #BC3D54: hue angle of 349.13º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC3D54 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 61 84 -
CMYK 0 0.68 0.55 0.26
HSL 349.13º 0.51% 0.49% -
HSV(B) 349.13º 0.68% 0.74% -
XYZ 24.01 14.67 9.95 -
YUV 101.6 118.08 189.63 -
System Red Green Blue C M Y K H S L
Decimal 188 61 84 0 0.68 0.55 0.26 349.13 0.51 0.49
Hex BC 3D 54 0 44 37 1A 15D 33 31
Octal 274 75 124 0 104 67 32 535 63 61
Binary 10111100 111101 1010100 0 1000100 110111 11010 101011101 110011 110001

Color Harmonies of #BC3D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3D54

Black with #BC3D54

Text Example


Text Example

White with #BC3D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3D54; }

 p { color: rgb(188,61,84); }

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

background-color css

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

 a { background-color: rgb(188,61,84); }

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

border-color css

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

 span { border-color: rgb(188,61,84); }

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