Html Css Color HEX #BC2462 Old Rose

📋 copy color: '#BC2462'

red 188 ◦ green 36 ◦ blue 98

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

Shades of Old Rose #BC2462

Tints of Old Rose #BC2462

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.18%

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

R = 58.39%
G = 11.18%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC2462 (or 0xBC2462) is known color: Old Rose. HEX triplet: BC, 24 and 62. RGB value is (188,36,98). Sum of RGB (Red+Green+Blue) = 188+36+98=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2462 is #43DB9D. Grayscale: #585858. Windows color (decimal): -4447134 or 6431932. OLE color: 6431932.

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

Color convert

RGB 188 36 98 -
CMYK 0 0.81 0.48 0.26
HSL 335.53º 0.68% 0.44% -
HSV(B) 335.53º 0.81% 0.74% -
XYZ 23.57 12.83 12.79 -
YUV 88.52 133.36 198.96 -
System Red Green Blue C M Y K H S L
Decimal 188 36 98 0 0.81 0.48 0.26 335.53 0.68 0.44
Hex BC 24 62 0 51 30 1A 150 44 2C
Octal 274 44 142 0 121 60 32 520 104 54
Binary 10111100 100100 1100010 0 1010001 110000 11010 101010000 1000100 101100

Color Harmonies of #BC2462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2462

Black with #BC2462

Text Example


Text Example

White with #BC2462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2462; }

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

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

background-color css

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

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

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

border-color css

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

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

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