Html Css Color HEX #BC3D5A Old Rose

📋 copy color: '#BC3D5A'

red 188 ◦ green 61 ◦ blue 90

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

Shades of Old Rose #BC3D5A

Tints of Old Rose #BC3D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.55%

R = 55.46%
G = 17.99%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC3D5A (or 0xBC3D5A) is known color: Old Rose. HEX triplet: BC, 3D and 5A. RGB value is (188,61,90). Sum of RGB (Red+Green+Blue) = 188+61+90=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3D5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3D5A is #43C2A5. Grayscale: #666666. Windows color (decimal): -4440742 or 5914044. OLE color: 5914044.

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

Color convert

RGB 188 61 90 -
CMYK 0 0.68 0.52 0.26
HSL 346.3º 0.51% 0.49% -
HSV(B) 346.3º 0.68% 0.74% -
XYZ 24.25 14.77 11.24 -
YUV 102.28 121.08 189.14 -
System Red Green Blue C M Y K H S L
Decimal 188 61 90 0 0.68 0.52 0.26 346.3 0.51 0.49
Hex BC 3D 5A 0 44 34 1A 15A 33 31
Octal 274 75 132 0 104 64 32 532 63 61
Binary 10111100 111101 1011010 0 1000100 110100 11010 101011010 110011 110001

Color Harmonies of #BC3D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3D5A

Black with #BC3D5A

Text Example


Text Example

White with #BC3D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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