Html Css Color HEX #BC3555 Old Rose

📋 copy color: '#BC3555'

red 188 ◦ green 53 ◦ blue 85

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

Shades of Old Rose #BC3555

Tints of Old Rose #BC3555

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.26%

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

R = 57.67%
G = 16.26%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC3555 (or 0xBC3555) is known color: Old Rose. HEX triplet: BC, 35 and 55. RGB value is (188,53,85). Sum of RGB (Red+Green+Blue) = 188+53+85=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3555 is #43CAAA. Grayscale: #616161. Windows color (decimal): -4442795 or 5584316. OLE color: 5584316.

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

Color convert

RGB 188 53 85 -
CMYK 0 0.72 0.55 0.26
HSL 345.78º 0.56% 0.47% -
HSV(B) 345.78º 0.72% 0.74% -
XYZ 23.65 13.89 10.03 -
YUV 97.01 121.23 192.9 -
System Red Green Blue C M Y K H S L
Decimal 188 53 85 0 0.72 0.55 0.26 345.78 0.56 0.47
Hex BC 35 55 0 48 37 1A 15A 38 2F
Octal 274 65 125 0 110 67 32 532 70 57
Binary 10111100 110101 1010101 0 1001000 110111 11010 101011010 111000 101111

Color Harmonies of #BC3555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3555

Black with #BC3555

Text Example


Text Example

White with #BC3555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3555; }

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

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

background-color css

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

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

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

border-color css

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

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

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