Html Css Color HEX #BC3359 Old Rose

📋 copy color: '#BC3359'

red 188 ◦ green 51 ◦ blue 89

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

Shades of Old Rose #BC3359

Tints of Old Rose #BC3359

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.55%

 BLUE value IS 89 (35.16% from 255) = 27.13%

R = 57.32%
G = 15.55%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC3359 (or 0xBC3359) is known color: Old Rose. HEX triplet: BC, 33 and 59. RGB value is (188,51,89). Sum of RGB (Red+Green+Blue) = 188+51+89=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 89 (35.16% from 255 or 27.13% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3359 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3359 is #43CCA6. Grayscale: #606060. Windows color (decimal): -4443303 or 5845948. OLE color: 5845948.

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

Color convert

RGB 188 51 89 -
CMYK 0 0.73 0.53 0.26
HSL 343.36º 0.57% 0.47% -
HSV(B) 343.36º 0.73% 0.74% -
XYZ 23.73 13.78 10.86 -
YUV 96.3 123.89 193.41 -
System Red Green Blue C M Y K H S L
Decimal 188 51 89 0 0.73 0.53 0.26 343.36 0.57 0.47
Hex BC 33 59 0 49 35 1A 157 39 2F
Octal 274 63 131 0 111 65 32 527 71 57
Binary 10111100 110011 1011001 0 1001001 110101 11010 101010111 111001 101111

Color Harmonies of #BC3359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3359

Black with #BC3359

Text Example


Text Example

White with #BC3359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3359; }

 p { color: rgb(188,51,89); }

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

background-color css

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

 a { background-color: rgb(188,51,89); }

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

border-color css

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

 span { border-color: rgb(188,51,89); }

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