Html Css Color HEX #BC2256 Old Rose

📋 copy color: '#BC2256'

red 188 ◦ green 34 ◦ blue 86

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

Shades of Old Rose #BC2256

Tints of Old Rose #BC2256

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.04%

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

R = 61.04%
G = 11.04%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BC2256 (or 0xBC2256) is known color: Old Rose. HEX triplet: BC, 22 and 56. RGB value is (188,34,86). Sum of RGB (Red+Green+Blue) = 188+34+86=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 34 (13.67% from 255 or 11.04% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2256 is #43DDA9. Grayscale: #555555. Windows color (decimal): -4447658 or 5644988. OLE color: 5644988.

HSL color Cylindrical-coordinate representation of color #BC2256: hue angle of 339.74º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC2256 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 34 86 -
CMYK 0 0.82 0.54 0.26
HSL 339.74º 0.69% 0.44% -
HSV(B) 339.74º 0.82% 0.74% -
XYZ 22.99 12.51 10.01 -
YUV 85.97 128.02 200.77 -
System Red Green Blue C M Y K H S L
Decimal 188 34 86 0 0.82 0.54 0.26 339.74 0.69 0.44
Hex BC 22 56 0 52 36 1A 154 45 2C
Octal 274 42 126 0 122 66 32 524 105 54
Binary 10111100 100010 1010110 0 1010010 110110 11010 101010100 1000101 101100

Color Harmonies of #BC2256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2256

Black with #BC2256

Text Example


Text Example

White with #BC2256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2256; }

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

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

background-color css

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

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

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

border-color css

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

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

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