Html Css Color HEX #BC3D51 Old Rose

📋 copy color: '#BC3D51'

red 188 ◦ green 61 ◦ blue 81

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

Shades of Old Rose #BC3D51

Tints of Old Rose #BC3D51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 24.55%

R = 56.97%
G = 18.48%
B = 24.55%

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

#BC3D51 (or 0xBC3D51) is known color: Old Rose. HEX triplet: BC, 3D and 51. RGB value is (188,61,81). Sum of RGB (Red+Green+Blue) = 188+61+81=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3D51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3D51 is #43C2AE. Grayscale: #656565. Windows color (decimal): -4440751 or 5324220. OLE color: 5324220.

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

Color convert

RGB 188 61 81 -
CMYK 0 0.68 0.57 0.26
HSL 350.55º 0.51% 0.49% -
HSV(B) 350.55º 0.68% 0.74% -
XYZ 23.89 14.62 9.35 -
YUV 101.25 116.58 189.87 -
System Red Green Blue C M Y K H S L
Decimal 188 61 81 0 0.68 0.57 0.26 350.55 0.51 0.49
Hex BC 3D 51 0 44 39 1A 15F 33 31
Octal 274 75 121 0 104 71 32 537 63 61
Binary 10111100 111101 1010001 0 1000100 111001 11010 101011111 110011 110001

Color Harmonies of #BC3D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3D51

Black with #BC3D51

Text Example


Text Example

White with #BC3D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3D51; }

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

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

background-color css

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

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

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

border-color css

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

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

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