Html Css Color HEX #BC414A Old Rose

📋 copy color: '#BC414A'

red 188 ◦ green 65 ◦ blue 74

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

Shades of Old Rose #BC414A

Tints of Old Rose #BC414A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.63%

R = 57.49%
G = 19.88%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC414A (or 0xBC414A) is known color: Old Rose. HEX triplet: BC, 41 and 4A. RGB value is (188,65,74). Sum of RGB (Red+Green+Blue) = 188+65+74=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC414A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC414A is #43BEB5. Grayscale: #666666. Windows color (decimal): -4439734 or 4866492. OLE color: 4866492.

HSL color Cylindrical-coordinate representation of color #BC414A: hue angle of 355.61º 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 #BC414A is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 65 74 -
CMYK 0 0.65 0.61 0.26
HSL 355.61º 0.49% 0.5% -
HSV(B) 355.61º 0.65% 0.74% -
XYZ 23.87 14.97 8.11 -
YUV 102.8 111.75 188.77 -
System Red Green Blue C M Y K H S L
Decimal 188 65 74 0 0.65 0.61 0.26 355.61 0.49 0.5
Hex BC 41 4A 0 41 3D 1A 164 31 32
Octal 274 101 112 0 101 75 32 544 61 62
Binary 10111100 1000001 1001010 0 1000001 111101 11010 101100100 110001 110010

Color Harmonies of #BC414A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC414A

Black with #BC414A

Text Example


Text Example

White with #BC414A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC414A; }

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

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

background-color css

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

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

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

border-color css

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

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

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