Html Css Color HEX #BC404F Old Rose

📋 copy color: '#BC404F'

red 188 ◦ green 64 ◦ blue 79

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

Shades of Old Rose #BC404F

Tints of Old Rose #BC404F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.87%

R = 56.8%
G = 19.34%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BC404F (or 0xBC404F) is known color: Old Rose. HEX triplet: BC, 40 and 4F. RGB value is (188,64,79). Sum of RGB (Red+Green+Blue) = 188+64+79=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC404F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC404F is #43BFB0. Grayscale: #666666. Windows color (decimal): -4439985 or 5193916. OLE color: 5193916.

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

Color convert

RGB 188 64 79 -
CMYK 0 0.66 0.58 0.26
HSL 352.74º 0.49% 0.49% -
HSV(B) 352.74º 0.66% 0.74% -
XYZ 23.98 14.92 9.01 -
YUV 102.79 114.58 188.78 -
System Red Green Blue C M Y K H S L
Decimal 188 64 79 0 0.66 0.58 0.26 352.74 0.49 0.49
Hex BC 40 4F 0 42 3A 1A 161 31 31
Octal 274 100 117 0 102 72 32 541 61 61
Binary 10111100 1000000 1001111 0 1000010 111010 11010 101100001 110001 110001

Color Harmonies of #BC404F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC404F

Black with #BC404F

Text Example


Text Example

White with #BC404F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC404F; }

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

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

background-color css

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

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

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

border-color css

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

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

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