Html Css Color HEX #BC3E4C Old Rose

📋 copy color: '#BC3E4C'

red 188 ◦ green 62 ◦ blue 76

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

Shades of Old Rose #BC3E4C

Tints of Old Rose #BC3E4C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.02%

 BLUE value IS 76 (30.08% from 255) = 23.31%

R = 57.67%
G = 19.02%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC3E4C (or 0xBC3E4C) is known color: Old Rose. HEX triplet: BC, 3E and 4C. RGB value is (188,62,76). Sum of RGB (Red+Green+Blue) = 188+62+76=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 62 (24.61% from 255 or 19.02% from 326); Blue value is 76 (30.08% from 255 or 23.31% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3E4C is #43C1B3. Grayscale: #656565. Windows color (decimal): -4440500 or 4996796. OLE color: 4996796.

HSL color Cylindrical-coordinate representation of color #BC3E4C: hue angle of 353.33º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC3E4C is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 62 76 -
CMYK 0 0.67 0.60 0.26
HSL 353.33º 0.5% 0.49% -
HSV(B) 353.33º 0.67% 0.74% -
XYZ 23.77 14.66 8.41 -
YUV 101.27 113.74 189.86 -
System Red Green Blue C M Y K H S L
Decimal 188 62 76 0 0.67 0.60 0.26 353.33 0.5 0.49
Hex BC 3E 4C 0 43 3C 1A 161 32 31
Octal 274 76 114 0 103 74 32 541 62 61
Binary 10111100 111110 1001100 0 1000011 111100 11010 101100001 110010 110001

Color Harmonies of #BC3E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3E4C

Black with #BC3E4C

Text Example


Text Example

White with #BC3E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3E4C; }

 p { color: rgb(188,62,76); }

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

background-color css

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

 a { background-color: rgb(188,62,76); }

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

border-color css

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

 span { border-color: rgb(188,62,76); }

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