Html Css Color HEX #BC2259 Old Rose

📋 copy color: '#BC2259'

red 188 ◦ green 34 ◦ blue 89

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

Shades of Old Rose #BC2259

Tints of Old Rose #BC2259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 28.62%

R = 60.45%
G = 10.93%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC2259 (or 0xBC2259) is known color: Old Rose. HEX triplet: BC, 22 and 59. RGB value is (188,34,89). Sum of RGB (Red+Green+Blue) = 188+34+89=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 34 (13.67% from 255 or 10.93% from 311); Blue value is 89 (35.16% from 255 or 28.62% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2259 is #43DDA6. Grayscale: #565656. Windows color (decimal): -4447655 or 5841596. OLE color: 5841596.

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

Color convert

RGB 188 34 89 -
CMYK 0 0.82 0.53 0.26
HSL 338.57º 0.69% 0.44% -
HSV(B) 338.57º 0.82% 0.74% -
XYZ 23.11 12.56 10.66 -
YUV 86.32 129.52 200.53 -
System Red Green Blue C M Y K H S L
Decimal 188 34 89 0 0.82 0.53 0.26 338.57 0.69 0.44
Hex BC 22 59 0 52 35 1A 153 45 2C
Octal 274 42 131 0 122 65 32 523 105 54
Binary 10111100 100010 1011001 0 1010010 110101 11010 101010011 1000101 101100

Color Harmonies of #BC2259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2259

Black with #BC2259

Text Example


Text Example

White with #BC2259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2259; }

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

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

background-color css

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

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

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

border-color css

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

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

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