Html Css Color HEX #BC255E Old Rose

📋 copy color: '#BC255E'

red 188 ◦ green 37 ◦ blue 94

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

Shades of Old Rose #BC255E

Tints of Old Rose #BC255E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.6%

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

R = 58.93%
G = 11.6%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BC255E (or 0xBC255E) is known color: Old Rose. HEX triplet: BC, 25 and 5E. RGB value is (188,37,94). Sum of RGB (Red+Green+Blue) = 188+37+94=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC255E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC255E is #43DAA1. Grayscale: #585858. Windows color (decimal): -4446882 or 6170044. OLE color: 6170044.

HSL color Cylindrical-coordinate representation of color #BC255E: hue angle of 337.35º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC255E is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 37 94 -
CMYK 0 0.80 0.50 0.26
HSL 337.35º 0.67% 0.44% -
HSV(B) 337.35º 0.8% 0.74% -
XYZ 23.42 12.82 11.83 -
YUV 88.65 131.03 198.87 -
System Red Green Blue C M Y K H S L
Decimal 188 37 94 0 0.80 0.50 0.26 337.35 0.67 0.44
Hex BC 25 5E 0 50 32 1A 151 43 2C
Octal 274 45 136 0 120 62 32 521 103 54
Binary 10111100 100101 1011110 0 1010000 110010 11010 101010001 1000011 101100

Color Harmonies of #BC255E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC255E

Black with #BC255E

Text Example


Text Example

White with #BC255E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC255E; }

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

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

background-color css

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

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

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

border-color css

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

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

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