Html Css Color HEX #BC3D50 Old Rose

📋 copy color: '#BC3D50'

red 188 ◦ green 61 ◦ blue 80

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

Shades of Old Rose #BC3D50

Tints of Old Rose #BC3D50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.32%

R = 57.14%
G = 18.54%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC3D50 (or 0xBC3D50) is known color: Old Rose. HEX triplet: BC, 3D and 50. RGB value is (188,61,80). Sum of RGB (Red+Green+Blue) = 188+61+80=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3D50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3D50 is #43C2AF. Grayscale: #656565. Windows color (decimal): -4440752 or 5258684. OLE color: 5258684.

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

Color convert

RGB 188 61 80 -
CMYK 0 0.68 0.57 0.26
HSL 351.02º 0.51% 0.49% -
HSV(B) 351.02º 0.68% 0.74% -
XYZ 23.86 14.61 9.15 -
YUV 101.14 116.08 189.96 -
System Red Green Blue C M Y K H S L
Decimal 188 61 80 0 0.68 0.57 0.26 351.02 0.51 0.49
Hex BC 3D 50 0 44 39 1A 15F 33 31
Octal 274 75 120 0 104 71 32 537 63 61
Binary 10111100 111101 1010000 0 1000100 111001 11010 101011111 110011 110001

Color Harmonies of #BC3D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3D50

Black with #BC3D50

Text Example


Text Example

White with #BC3D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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