Html Css Color HEX #BC404E Old Rose

📋 copy color: '#BC404E'

red 188 ◦ green 64 ◦ blue 78

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

Shades of Old Rose #BC404E

Tints of Old Rose #BC404E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.39%

 BLUE value IS 78 (30.86% from 255) = 23.64%

R = 56.97%
G = 19.39%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC404E (or 0xBC404E) is known color: Old Rose. HEX triplet: BC, 40 and 4E. RGB value is (188,64,78). Sum of RGB (Red+Green+Blue) = 188+64+78=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC404E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC404E is #43BFB1. Grayscale: #666666. Windows color (decimal): -4439986 or 5128380. OLE color: 5128380.

HSL color Cylindrical-coordinate representation of color #BC404E: hue angle of 353.23º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC404E is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 64 78 -
CMYK 0 0.66 0.59 0.26
HSL 353.23º 0.49% 0.49% -
HSV(B) 353.23º 0.66% 0.74% -
XYZ 23.95 14.91 8.82 -
YUV 102.67 114.08 188.86 -
System Red Green Blue C M Y K H S L
Decimal 188 64 78 0 0.66 0.59 0.26 353.23 0.49 0.49
Hex BC 40 4E 0 42 3B 1A 161 31 31
Octal 274 100 116 0 102 73 32 541 61 61
Binary 10111100 1000000 1001110 0 1000010 111011 11010 101100001 110001 110001

Color Harmonies of #BC404E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC404E

Black with #BC404E

Text Example


Text Example

White with #BC404E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC404E; }

 p { color: rgb(188,64,78); }

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

background-color css

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

 a { background-color: rgb(188,64,78); }

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

border-color css

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

 span { border-color: rgb(188,64,78); }

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