Html Css Color HEX #BC2658 Old Rose

📋 copy color: '#BC2658'

red 188 ◦ green 38 ◦ blue 88

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

Shades of Old Rose #BC2658

Tints of Old Rose #BC2658

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.1%

 BLUE value IS 88 (34.77% from 255) = 28.03%

R = 59.87%
G = 12.1%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC2658 (or 0xBC2658) is known color: Old Rose. HEX triplet: BC, 26 and 58. RGB value is (188,38,88). Sum of RGB (Red+Green+Blue) = 188+38+88=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 88 (34.77% from 255 or 28.03% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2658 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2658 is #43D9A7. Grayscale: #585858. Windows color (decimal): -4446632 or 5777084. OLE color: 5777084.

HSL color Cylindrical-coordinate representation of color #BC2658: hue angle of 340º degrees, saturation: 0.66, 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 #BC2658 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 38 88 -
CMYK 0 0.80 0.53 0.26
HSL 340º 0.66% 0.44% -
HSV(B) 340º 0.8% 0.74% -
XYZ 23.19 12.78 10.48 -
YUV 88.55 127.7 198.93 -
System Red Green Blue C M Y K H S L
Decimal 188 38 88 0 0.80 0.53 0.26 340 0.66 0.44
Hex BC 26 58 0 50 35 1A 154 42 2C
Octal 274 46 130 0 120 65 32 524 102 54
Binary 10111100 100110 1011000 0 1010000 110101 11010 101010100 1000010 101100

Color Harmonies of #BC2658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2658

Black with #BC2658

Text Example


Text Example

White with #BC2658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2658; }

 p { color: rgb(188,38,88); }

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

background-color css

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

 a { background-color: rgb(188,38,88); }

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

border-color css

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

 span { border-color: rgb(188,38,88); }

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