Html Css Color HEX #BC414C Old Rose

📋 copy color: '#BC414C'

red 188 ◦ green 65 ◦ blue 76

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

Shades of Old Rose #BC414C

Tints of Old Rose #BC414C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.1%

R = 57.14%
G = 19.76%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC414C (or 0xBC414C) is known color: Old Rose. HEX triplet: BC, 41 and 4C. RGB value is (188,65,76). Sum of RGB (Red+Green+Blue) = 188+65+76=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC414C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC414C is #43BEB3. Grayscale: #676767. Windows color (decimal): -4439732 or 4997564. OLE color: 4997564.

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

Color convert

RGB 188 65 76 -
CMYK 0 0.65 0.60 0.26
HSL 354.63º 0.49% 0.5% -
HSV(B) 354.63º 0.65% 0.74% -
XYZ 23.93 14.99 8.47 -
YUV 103.03 112.75 188.61 -
System Red Green Blue C M Y K H S L
Decimal 188 65 76 0 0.65 0.60 0.26 354.63 0.49 0.5
Hex BC 41 4C 0 41 3C 1A 163 31 32
Octal 274 101 114 0 101 74 32 543 61 62
Binary 10111100 1000001 1001100 0 1000001 111100 11010 101100011 110001 110010

Color Harmonies of #BC414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC414C

Black with #BC414C

Text Example


Text Example

White with #BC414C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC414C; }

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

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

background-color css

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

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

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

border-color css

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

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

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