Html Css Color HEX #BC3659 Old Rose

📋 copy color: '#BC3659'

red 188 ◦ green 54 ◦ blue 89

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

Shades of Old Rose #BC3659

Tints of Old Rose #BC3659

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.31%

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

R = 56.8%
G = 16.31%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC3659 (or 0xBC3659) is known color: Old Rose. HEX triplet: BC, 36 and 59. RGB value is (188,54,89). Sum of RGB (Red+Green+Blue) = 188+54+89=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 89 (35.16% from 255 or 26.89% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3659 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3659 is #43C9A6. Grayscale: #626262. Windows color (decimal): -4442535 or 5846716. OLE color: 5846716.

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

Color convert

RGB 188 54 89 -
CMYK 0 0.71 0.53 0.26
HSL 344.33º 0.55% 0.47% -
HSV(B) 344.33º 0.71% 0.74% -
XYZ 23.86 14.05 10.91 -
YUV 98.06 122.89 192.15 -
System Red Green Blue C M Y K H S L
Decimal 188 54 89 0 0.71 0.53 0.26 344.33 0.55 0.47
Hex BC 36 59 0 47 35 1A 158 37 2F
Octal 274 66 131 0 107 65 32 530 67 57
Binary 10111100 110110 1011001 0 1000111 110101 11010 101011000 110111 101111

Color Harmonies of #BC3659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3659

Black with #BC3659

Text Example


Text Example

White with #BC3659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3659; }

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

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

background-color css

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

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

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

border-color css

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

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

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