Html Css Color HEX #BC3255 Old Rose

📋 copy color: '#BC3255'

red 188 ◦ green 50 ◦ blue 85

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

Shades of Old Rose #BC3255

Tints of Old Rose #BC3255

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.48%

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

R = 58.2%
G = 15.48%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC3255 (or 0xBC3255) is known color: Old Rose. HEX triplet: BC, 32 and 55. RGB value is (188,50,85). Sum of RGB (Red+Green+Blue) = 188+50+85=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3255 is #43CDAA. Grayscale: #5F5F5F. Windows color (decimal): -4443563 or 5583548. OLE color: 5583548.

HSL color Cylindrical-coordinate representation of color #BC3255: hue angle of 344.78º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC3255 is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 50 85 -
CMYK 0 0.73 0.55 0.26
HSL 344.78º 0.58% 0.47% -
HSV(B) 344.78º 0.73% 0.74% -
XYZ 23.52 13.63 9.99 -
YUV 95.25 122.22 194.15 -
System Red Green Blue C M Y K H S L
Decimal 188 50 85 0 0.73 0.55 0.26 344.78 0.58 0.47
Hex BC 32 55 0 49 37 1A 159 3A 2F
Octal 274 62 125 0 111 67 32 531 72 57
Binary 10111100 110010 1010101 0 1001001 110111 11010 101011001 111010 101111

Color Harmonies of #BC3255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3255

Black with #BC3255

Text Example


Text Example

White with #BC3255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3255; }

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

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

background-color css

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

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

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

border-color css

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

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

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