Html Css Color HEX #BC414E Old Rose

📋 copy color: '#BC414E'

red 188 ◦ green 65 ◦ blue 78

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

Shades of Old Rose #BC414E

Tints of Old Rose #BC414E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.64%

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

R = 56.8%
G = 19.64%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC414E (or 0xBC414E) is known color: Old Rose. HEX triplet: BC, 41 and 4E. RGB value is (188,65,78). Sum of RGB (Red+Green+Blue) = 188+65+78=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 78 (30.86% from 255 or 23.56% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC414E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC414E is #43BEB1. Grayscale: #676767. Windows color (decimal): -4439730 or 5128636. OLE color: 5128636.

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

Color convert

RGB 188 65 78 -
CMYK 0 0.65 0.59 0.26
HSL 353.66º 0.49% 0.5% -
HSV(B) 353.66º 0.65% 0.74% -
XYZ 24 15.02 8.84 -
YUV 103.26 113.75 188.44 -
System Red Green Blue C M Y K H S L
Decimal 188 65 78 0 0.65 0.59 0.26 353.66 0.49 0.5
Hex BC 41 4E 0 41 3B 1A 162 31 32
Octal 274 101 116 0 101 73 32 542 61 62
Binary 10111100 1000001 1001110 0 1000001 111011 11010 101100010 110001 110010

Color Harmonies of #BC414E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC414E

Black with #BC414E

Text Example


Text Example

White with #BC414E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC414E; }

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

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

background-color css

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

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

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

border-color css

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

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

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