Html Css Color HEX #BC3456 Old Rose

📋 copy color: '#BC3456'

red 188 ◦ green 52 ◦ blue 86

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

Shades of Old Rose #BC3456

Tints of Old Rose #BC3456

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.95%

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

R = 57.67%
G = 15.95%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BC3456 (or 0xBC3456) is known color: Old Rose. HEX triplet: BC, 34 and 56. RGB value is (188,52,86). Sum of RGB (Red+Green+Blue) = 188+52+86=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3456 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3456 is #43CBA9. Grayscale: #606060. Windows color (decimal): -4443050 or 5649596. OLE color: 5649596.

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

Color convert

RGB 188 52 86 -
CMYK 0 0.72 0.54 0.26
HSL 345º 0.57% 0.47% -
HSV(B) 345º 0.72% 0.74% -
XYZ 23.65 13.82 10.23 -
YUV 96.54 122.06 193.24 -
System Red Green Blue C M Y K H S L
Decimal 188 52 86 0 0.72 0.54 0.26 345 0.57 0.47
Hex BC 34 56 0 48 36 1A 159 39 2F
Octal 274 64 126 0 110 66 32 531 71 57
Binary 10111100 110100 1010110 0 1001000 110110 11010 101011001 111001 101111

Color Harmonies of #BC3456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3456

Black with #BC3456

Text Example


Text Example

White with #BC3456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3456; }

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

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

background-color css

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

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

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

border-color css

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

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

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