Html Css Color HEX #BC284C Old Rose

📋 copy color: '#BC284C'

red 188 ◦ green 40 ◦ blue 76

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

Shades of Old Rose #BC284C

Tints of Old Rose #BC284C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25%

R = 61.84%
G = 13.16%
B = 25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC284C (or 0xBC284C) is known color: Old Rose. HEX triplet: BC, 28 and 4C. RGB value is (188,40,76). Sum of RGB (Red+Green+Blue) = 188+40+76=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC284C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC284C is #43D7B3. Grayscale: #585858. Windows color (decimal): -4446132 or 4991164. OLE color: 4991164.

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

Color convert

RGB 188 40 76 -
CMYK 0 0.79 0.60 0.26
HSL 345.41º 0.65% 0.45% -
HSV(B) 345.41º 0.79% 0.74% -
XYZ 22.8 12.73 8.09 -
YUV 88.36 121.03 199.07 -
System Red Green Blue C M Y K H S L
Decimal 188 40 76 0 0.79 0.60 0.26 345.41 0.65 0.45
Hex BC 28 4C 0 4F 3C 1A 159 41 2D
Octal 274 50 114 0 117 74 32 531 101 55
Binary 10111100 101000 1001100 0 1001111 111100 11010 101011001 1000001 101101

Color Harmonies of #BC284C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC284C

Black with #BC284C

Text Example


Text Example

White with #BC284C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC284C; }

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

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

background-color css

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

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

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

border-color css

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

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

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