Html Css Color HEX #BC3D4A Old Rose

📋 copy color: '#BC3D4A'

red 188 ◦ green 61 ◦ blue 74

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

Shades of Old Rose #BC3D4A

Tints of Old Rose #BC3D4A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.89%

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

R = 58.2%
G = 18.89%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC3D4A (or 0xBC3D4A) is known color: Old Rose. HEX triplet: BC, 3D and 4A. RGB value is (188,61,74). Sum of RGB (Red+Green+Blue) = 188+61+74=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 61 (24.22% from 255 or 18.89% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3D4A is #43C2B5. Grayscale: #646464. Windows color (decimal): -4440758 or 4865468. OLE color: 4865468.

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

Color convert

RGB 188 61 74 -
CMYK 0 0.68 0.61 0.26
HSL 353.86º 0.51% 0.49% -
HSV(B) 353.86º 0.68% 0.74% -
XYZ 23.64 14.52 8.04 -
YUV 100.46 113.08 190.44 -
System Red Green Blue C M Y K H S L
Decimal 188 61 74 0 0.68 0.61 0.26 353.86 0.51 0.49
Hex BC 3D 4A 0 44 3D 1A 162 33 31
Octal 274 75 112 0 104 75 32 542 63 61
Binary 10111100 111101 1001010 0 1000100 111101 11010 101100010 110011 110001

Color Harmonies of #BC3D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3D4A

Black with #BC3D4A

Text Example


Text Example

White with #BC3D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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