Html Css Color HEX #BC2655 Old Rose

📋 copy color: '#BC2655'

red 188 ◦ green 38 ◦ blue 85

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

Shades of Old Rose #BC2655

Tints of Old Rose #BC2655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.33%

R = 60.45%
G = 12.22%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC2655 (or 0xBC2655) is known color: Old Rose. HEX triplet: BC, 26 and 55. RGB value is (188,38,85). Sum of RGB (Red+Green+Blue) = 188+38+85=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2655 is #43D9AA. Grayscale: #585858. Windows color (decimal): -4446635 or 5580476. OLE color: 5580476.

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

Color convert

RGB 188 38 85 -
CMYK 0 0.80 0.55 0.26
HSL 341.2º 0.66% 0.44% -
HSV(B) 341.2º 0.8% 0.74% -
XYZ 23.07 12.73 9.84 -
YUV 88.21 126.2 199.18 -
System Red Green Blue C M Y K H S L
Decimal 188 38 85 0 0.80 0.55 0.26 341.2 0.66 0.44
Hex BC 26 55 0 50 37 1A 155 42 2C
Octal 274 46 125 0 120 67 32 525 102 54
Binary 10111100 100110 1010101 0 1010000 110111 11010 101010101 1000010 101100

Color Harmonies of #BC2655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2655

Black with #BC2655

Text Example


Text Example

White with #BC2655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2655; }

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

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

background-color css

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

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

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

border-color css

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

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

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