Html Css Color HEX #BC3A56 Old Rose

📋 copy color: '#BC3A56'

red 188 ◦ green 58 ◦ blue 86

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

Shades of Old Rose #BC3A56

Tints of Old Rose #BC3A56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25.9%

R = 56.63%
G = 17.47%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BC3A56 (or 0xBC3A56) is known color: Old Rose. HEX triplet: BC, 3A and 56. RGB value is (188,58,86). Sum of RGB (Red+Green+Blue) = 188+58+86=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 58 (23.05% from 255 or 17.47% from 332); Blue value is 86 (33.98% from 255 or 25.90% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3A56 is #43C5A9. Grayscale: #646464. Windows color (decimal): -4441514 or 5651132. OLE color: 5651132.

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

Color convert

RGB 188 58 86 -
CMYK 0 0.69 0.54 0.26
HSL 347.08º 0.53% 0.48% -
HSV(B) 347.08º 0.69% 0.74% -
XYZ 23.93 14.39 10.32 -
YUV 100.06 120.07 190.72 -
System Red Green Blue C M Y K H S L
Decimal 188 58 86 0 0.69 0.54 0.26 347.08 0.53 0.48
Hex BC 3A 56 0 45 36 1A 15B 35 30
Octal 274 72 126 0 105 66 32 533 65 60
Binary 10111100 111010 1010110 0 1000101 110110 11010 101011011 110101 110000

Color Harmonies of #BC3A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3A56

Black with #BC3A56

Text Example


Text Example

White with #BC3A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3A56; }

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

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

background-color css

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

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

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

border-color css

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

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

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