Html Css Color HEX #BC2356 Old Rose

📋 copy color: '#BC2356'

red 188 ◦ green 35 ◦ blue 86

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

Shades of Old Rose #BC2356

Tints of Old Rose #BC2356

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.33%

 BLUE value IS 86 (33.98% from 255) = 27.83%

R = 60.84%
G = 11.33%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BC2356 (or 0xBC2356) is known color: Old Rose. HEX triplet: BC, 23 and 56. RGB value is (188,35,86). Sum of RGB (Red+Green+Blue) = 188+35+86=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 35 (14.06% from 255 or 11.33% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2356 is #43DCA9. Grayscale: #565656. Windows color (decimal): -4447402 or 5645244. OLE color: 5645244.

HSL color Cylindrical-coordinate representation of color #BC2356: hue angle of 340º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2356 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 35 86 -
CMYK 0 0.81 0.54 0.26
HSL 340º 0.69% 0.44% -
HSV(B) 340º 0.81% 0.74% -
XYZ 23.02 12.57 10.02 -
YUV 86.56 127.69 200.35 -
System Red Green Blue C M Y K H S L
Decimal 188 35 86 0 0.81 0.54 0.26 340 0.69 0.44
Hex BC 23 56 0 51 36 1A 154 45 2C
Octal 274 43 126 0 121 66 32 524 105 54
Binary 10111100 100011 1010110 0 1010001 110110 11010 101010100 1000101 101100

Color Harmonies of #BC2356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2356

Black with #BC2356

Text Example


Text Example

White with #BC2356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2356; }

 p { color: rgb(188,35,86); }

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

background-color css

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

 a { background-color: rgb(188,35,86); }

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

border-color css

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

 span { border-color: rgb(188,35,86); }

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