Html Css Color HEX #BC2862 Old Rose

📋 copy color: '#BC2862'

red 188 ◦ green 40 ◦ blue 98

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

Shades of Old Rose #BC2862

Tints of Old Rose #BC2862

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.27%

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

R = 57.67%
G = 12.27%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC2862 (or 0xBC2862) is known color: Old Rose. HEX triplet: BC, 28 and 62. RGB value is (188,40,98). Sum of RGB (Red+Green+Blue) = 188+40+98=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2862 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2862 is #43D79D. Grayscale: #5A5A5A. Windows color (decimal): -4446110 or 6432956. OLE color: 6432956.

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

Color convert

RGB 188 40 98 -
CMYK 0 0.79 0.48 0.26
HSL 336.49º 0.65% 0.45% -
HSV(B) 336.49º 0.79% 0.74% -
XYZ 23.7 13.09 12.83 -
YUV 90.86 132.03 197.28 -
System Red Green Blue C M Y K H S L
Decimal 188 40 98 0 0.79 0.48 0.26 336.49 0.65 0.45
Hex BC 28 62 0 4F 30 1A 150 41 2D
Octal 274 50 142 0 117 60 32 520 101 55
Binary 10111100 101000 1100010 0 1001111 110000 11010 101010000 1000001 101101

Color Harmonies of #BC2862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2862

Black with #BC2862

Text Example


Text Example

White with #BC2862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2862; }

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

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

background-color css

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

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

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

border-color css

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

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

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