Html Css Color HEX #BC3958 Old Rose

📋 copy color: '#BC3958'

red 188 ◦ green 57 ◦ blue 88

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

Shades of Old Rose #BC3958

Tints of Old Rose #BC3958

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.12%

 BLUE value IS 88 (34.77% from 255) = 26.43%

R = 56.46%
G = 17.12%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC3958 (or 0xBC3958) is known color: Old Rose. HEX triplet: BC, 39 and 58. RGB value is (188,57,88). Sum of RGB (Red+Green+Blue) = 188+57+88=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 88 (34.77% from 255 or 26.43% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3958 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3958 is #43C6A7. Grayscale: #636363. Windows color (decimal): -4441768 or 5781948. OLE color: 5781948.

HSL color Cylindrical-coordinate representation of color #BC3958: hue angle of 345.8º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC3958 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 57 88 -
CMYK 0 0.70 0.53 0.26
HSL 345.8º 0.53% 0.48% -
HSV(B) 345.8º 0.7% 0.74% -
XYZ 23.96 14.32 10.73 -
YUV 99.7 121.4 190.98 -
System Red Green Blue C M Y K H S L
Decimal 188 57 88 0 0.70 0.53 0.26 345.8 0.53 0.48
Hex BC 39 58 0 46 35 1A 15A 35 30
Octal 274 71 130 0 106 65 32 532 65 60
Binary 10111100 111001 1011000 0 1000110 110101 11010 101011010 110101 110000

Color Harmonies of #BC3958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3958

Black with #BC3958

Text Example


Text Example

White with #BC3958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3958; }

 p { color: rgb(188,57,88); }

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

background-color css

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

 a { background-color: rgb(188,57,88); }

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

border-color css

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

 span { border-color: rgb(188,57,88); }

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