Html Css Color HEX #BC2962 Old Rose

📋 copy color: '#BC2962'

red 188 ◦ green 41 ◦ blue 98

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

Shades of Old Rose #BC2962

Tints of Old Rose #BC2962

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.54%

 BLUE value IS 98 (38.67% from 255) = 29.97%

R = 57.49%
G = 12.54%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC2962 (or 0xBC2962) is known color: Old Rose. HEX triplet: BC, 29 and 62. RGB value is (188,41,98). Sum of RGB (Red+Green+Blue) = 188+41+98=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 98 (38.67% from 255 or 29.97% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2962 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2962 is #43D69D. Grayscale: #5B5B5B. Windows color (decimal): -4445854 or 6433212. OLE color: 6433212.

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

Color convert

RGB 188 41 98 -
CMYK 0 0.78 0.48 0.26
HSL 336.73º 0.64% 0.45% -
HSV(B) 336.73º 0.78% 0.74% -
XYZ 23.74 13.16 12.84 -
YUV 91.45 131.7 196.87 -
System Red Green Blue C M Y K H S L
Decimal 188 41 98 0 0.78 0.48 0.26 336.73 0.64 0.45
Hex BC 29 62 0 4E 30 1A 151 40 2D
Octal 274 51 142 0 116 60 32 521 100 55
Binary 10111100 101001 1100010 0 1001110 110000 11010 101010001 1000000 101101

Color Harmonies of #BC2962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2962

Black with #BC2962

Text Example


Text Example

White with #BC2962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2962; }

 p { color: rgb(188,41,98); }

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

background-color css

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

 a { background-color: rgb(188,41,98); }

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

border-color css

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

 span { border-color: rgb(188,41,98); }

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