Html Css Color HEX #BC3753 Old Rose

📋 copy color: '#BC3753'

red 188 ◦ green 55 ◦ blue 83

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

Shades of Old Rose #BC3753

Tints of Old Rose #BC3753

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.87%

 BLUE value IS 83 (32.81% from 255) = 25.46%

R = 57.67%
G = 16.87%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC3753 (or 0xBC3753) is known color: Old Rose. HEX triplet: BC, 37 and 53. RGB value is (188,55,83). Sum of RGB (Red+Green+Blue) = 188+55+83=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 83 (32.81% from 255 or 25.46% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3753 is #43C8AC. Grayscale: #616161. Windows color (decimal): -4442285 or 5453756. OLE color: 5453756.

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

Color convert

RGB 188 55 83 -
CMYK 0 0.71 0.56 0.26
HSL 347.37º 0.55% 0.48% -
HSV(B) 347.37º 0.71% 0.74% -
XYZ 23.67 14.05 9.65 -
YUV 97.96 119.56 192.22 -
System Red Green Blue C M Y K H S L
Decimal 188 55 83 0 0.71 0.56 0.26 347.37 0.55 0.48
Hex BC 37 53 0 47 38 1A 15B 37 30
Octal 274 67 123 0 107 70 32 533 67 60
Binary 10111100 110111 1010011 0 1000111 111000 11010 101011011 110111 110000

Color Harmonies of #BC3753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3753

Black with #BC3753

Text Example


Text Example

White with #BC3753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3753; }

 p { color: rgb(188,55,83); }

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

background-color css

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

 a { background-color: rgb(188,55,83); }

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

border-color css

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

 span { border-color: rgb(188,55,83); }

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