Html Css Color HEX #BC3F55 Old Rose

📋 copy color: '#BC3F55'

red 188 ◦ green 63 ◦ blue 85

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

Shades of Old Rose #BC3F55

Tints of Old Rose #BC3F55

RGB

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

 GREEN value IS 63 (25% from 255) = 18.75%

 BLUE value IS 85 (33.59% from 255) = 25.3%

R = 55.95%
G = 18.75%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC3F55 (or 0xBC3F55) is known color: Old Rose. HEX triplet: BC, 3F and 55. RGB value is (188,63,85). Sum of RGB (Red+Green+Blue) = 188+63+85=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3F55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3F55 is #43C0AA. Grayscale: #666666. Windows color (decimal): -4440235 or 5586876. OLE color: 5586876.

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

Color convert

RGB 188 63 85 -
CMYK 0 0.66 0.55 0.26
HSL 349.44º 0.5% 0.49% -
HSV(B) 349.44º 0.66% 0.74% -
XYZ 24.16 14.9 10.2 -
YUV 102.88 117.91 188.71 -
System Red Green Blue C M Y K H S L
Decimal 188 63 85 0 0.66 0.55 0.26 349.44 0.5 0.49
Hex BC 3F 55 0 42 37 1A 15D 32 31
Octal 274 77 125 0 102 67 32 535 62 61
Binary 10111100 111111 1010101 0 1000010 110111 11010 101011101 110010 110001

Color Harmonies of #BC3F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3F55

Black with #BC3F55

Text Example


Text Example

White with #BC3F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3F55; }

 p { color: rgb(188,63,85); }

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

background-color css

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

 a { background-color: rgb(188,63,85); }

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

border-color css

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

 span { border-color: rgb(188,63,85); }

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