Html Css Color HEX #BC2061 Old Rose

📋 copy color: '#BC2061'

red 188 ◦ green 32 ◦ blue 97

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

Shades of Old Rose #BC2061

Tints of Old Rose #BC2061

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.09%

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

R = 59.31%
G = 10.09%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC2061 (or 0xBC2061) is known color: Old Rose. HEX triplet: BC, 20 and 61. RGB value is (188,32,97). Sum of RGB (Red+Green+Blue) = 188+32+97=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 97 (38.28% from 255 or 30.60% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2061 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2061 is #43DF9E. Grayscale: #555555. Windows color (decimal): -4448159 or 6365372. OLE color: 6365372.

HSL color Cylindrical-coordinate representation of color #BC2061: hue angle of 335º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC2061 is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 32 97 -
CMYK 0 0.83 0.48 0.26
HSL 335º 0.71% 0.43% -
HSV(B) 335º 0.83% 0.74% -
XYZ 23.41 12.59 12.5 -
YUV 86.05 134.18 200.71 -
System Red Green Blue C M Y K H S L
Decimal 188 32 97 0 0.83 0.48 0.26 335 0.71 0.43
Hex BC 20 61 0 53 30 1A 14F 47 2B
Octal 274 40 141 0 123 60 32 517 107 53
Binary 10111100 100000 1100001 0 1010011 110000 11010 101001111 1000111 101011

Color Harmonies of #BC2061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2061

Black with #BC2061

Text Example


Text Example

White with #BC2061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2061; }

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

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

background-color css

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

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

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

border-color css

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

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

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