Html Css Color HEX #BC285E Old Rose

📋 copy color: '#BC285E'

red 188 ◦ green 40 ◦ blue 94

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

Shades of Old Rose #BC285E

Tints of Old Rose #BC285E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.19%

R = 58.39%
G = 12.42%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BC285E (or 0xBC285E) is known color: Old Rose. HEX triplet: BC, 28 and 5E. RGB value is (188,40,94). Sum of RGB (Red+Green+Blue) = 188+40+94=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC285E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC285E is #43D7A1. Grayscale: #5A5A5A. Windows color (decimal): -4446114 or 6170812. OLE color: 6170812.

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

Color convert

RGB 188 40 94 -
CMYK 0 0.79 0.50 0.26
HSL 338.11º 0.65% 0.45% -
HSV(B) 338.11º 0.79% 0.74% -
XYZ 23.52 13.02 11.86 -
YUV 90.41 130.03 197.61 -
System Red Green Blue C M Y K H S L
Decimal 188 40 94 0 0.79 0.50 0.26 338.11 0.65 0.45
Hex BC 28 5E 0 4F 32 1A 152 41 2D
Octal 274 50 136 0 117 62 32 522 101 55
Binary 10111100 101000 1011110 0 1001111 110010 11010 101010010 1000001 101101

Color Harmonies of #BC285E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC285E

Black with #BC285E

Text Example


Text Example

White with #BC285E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC285E; }

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

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

background-color css

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

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

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

border-color css

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

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

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