Html Css Color HEX #BC3F4E Old Rose

📋 copy color: '#BC3F4E'

red 188 ◦ green 63 ◦ blue 78

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

Shades of Old Rose #BC3F4E

Tints of Old Rose #BC3F4E

RGB

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

 GREEN value IS 63 (25% from 255) = 19.15%

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

R = 57.14%
G = 19.15%
B = 23.71%

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

#BC3F4E (or 0xBC3F4E) is known color: Old Rose. HEX triplet: BC, 3F and 4E. RGB value is (188,63,78). Sum of RGB (Red+Green+Blue) = 188+63+78=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3F4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3F4E is #43C0B1. Grayscale: #666666. Windows color (decimal): -4440242 or 5128124. OLE color: 5128124.

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

Color convert

RGB 188 63 78 -
CMYK 0 0.66 0.59 0.26
HSL 352.8º 0.5% 0.49% -
HSV(B) 352.8º 0.66% 0.74% -
XYZ 23.89 14.8 8.8 -
YUV 102.09 114.41 189.28 -
System Red Green Blue C M Y K H S L
Decimal 188 63 78 0 0.66 0.59 0.26 352.8 0.5 0.49
Hex BC 3F 4E 0 42 3B 1A 161 32 31
Octal 274 77 116 0 102 73 32 541 62 61
Binary 10111100 111111 1001110 0 1000010 111011 11010 101100001 110010 110001

Color Harmonies of #BC3F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3F4E

Black with #BC3F4E

Text Example


Text Example

White with #BC3F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3F4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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