Html Css Color HEX #BC2261 Old Rose

📋 copy color: '#BC2261'

red 188 ◦ green 34 ◦ blue 97

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

Shades of Old Rose #BC2261

Tints of Old Rose #BC2261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.41%

R = 58.93%
G = 10.66%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC2261 (or 0xBC2261) is known color: Old Rose. HEX triplet: BC, 22 and 61. RGB value is (188,34,97). Sum of RGB (Red+Green+Blue) = 188+34+97=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2261 is #43DD9E. Grayscale: #575757. Windows color (decimal): -4447647 or 6365884. OLE color: 6365884.

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

Color convert

RGB 188 34 97 -
CMYK 0 0.82 0.48 0.26
HSL 335.45º 0.69% 0.44% -
HSV(B) 335.45º 0.82% 0.74% -
XYZ 23.47 12.7 12.52 -
YUV 87.23 133.52 199.88 -
System Red Green Blue C M Y K H S L
Decimal 188 34 97 0 0.82 0.48 0.26 335.45 0.69 0.44
Hex BC 22 61 0 52 30 1A 14F 45 2C
Octal 274 42 141 0 122 60 32 517 105 54
Binary 10111100 100010 1100001 0 1010010 110000 11010 101001111 1000101 101100

Color Harmonies of #BC2261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2261

Black with #BC2261

Text Example


Text Example

White with #BC2261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2261; }

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

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

background-color css

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

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

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

border-color css

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

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

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