Html Css Color HEX #BC2255 Old Rose

📋 copy color: '#BC2255'

red 188 ◦ green 34 ◦ blue 85

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

Shades of Old Rose #BC2255

Tints of Old Rose #BC2255

RGB

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

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

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

R = 61.24%
G = 11.07%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC2255 (or 0xBC2255) is known color: Old Rose. HEX triplet: BC, 22 and 55. RGB value is (188,34,85). Sum of RGB (Red+Green+Blue) = 188+34+85=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 34 (13.67% from 255 or 11.07% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2255 is #43DDAA. Grayscale: #555555. Windows color (decimal): -4447659 or 5579452. OLE color: 5579452.

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

Color convert

RGB 188 34 85 -
CMYK 0 0.82 0.55 0.26
HSL 340.13º 0.69% 0.44% -
HSV(B) 340.13º 0.82% 0.74% -
XYZ 22.95 12.49 9.8 -
YUV 85.86 127.52 200.85 -
System Red Green Blue C M Y K H S L
Decimal 188 34 85 0 0.82 0.55 0.26 340.13 0.69 0.44
Hex BC 22 55 0 52 37 1A 154 45 2C
Octal 274 42 125 0 122 67 32 524 105 54
Binary 10111100 100010 1010101 0 1010010 110111 11010 101010100 1000101 101100

Color Harmonies of #BC2255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2255

Black with #BC2255

Text Example


Text Example

White with #BC2255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2255; }

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

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

background-color css

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

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

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

border-color css

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

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

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