Html Css Color HEX #BC3F48 Old Rose

📋 copy color: '#BC3F48'

red 188 ◦ green 63 ◦ blue 72

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

Shades of Old Rose #BC3F48

Tints of Old Rose #BC3F48

RGB

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

 GREEN value IS 63 (25% from 255) = 19.5%

 BLUE value IS 72 (28.52% from 255) = 22.29%

R = 58.2%
G = 19.5%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC3F48 (or 0xBC3F48) is known color: Old Rose. HEX triplet: BC, 3F and 48. RGB value is (188,63,72). Sum of RGB (Red+Green+Blue) = 188+63+72=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3F48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3F48 is #43C0B7. Grayscale: #656565. Windows color (decimal): -4440248 or 4734908. OLE color: 4734908.

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

Color convert

RGB 188 63 72 -
CMYK 0 0.66 0.62 0.26
HSL 355.68º 0.5% 0.49% -
HSV(B) 355.68º 0.66% 0.74% -
XYZ 23.69 14.71 7.72 -
YUV 101.4 111.41 189.77 -
System Red Green Blue C M Y K H S L
Decimal 188 63 72 0 0.66 0.62 0.26 355.68 0.5 0.49
Hex BC 3F 48 0 42 3E 1A 164 32 31
Octal 274 77 110 0 102 76 32 544 62 61
Binary 10111100 111111 1001000 0 1000010 111110 11010 101100100 110010 110001

Color Harmonies of #BC3F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3F48

Black with #BC3F48

Text Example


Text Example

White with #BC3F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3F48; }

 p { color: rgb(188,63,72); }

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

background-color css

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

 a { background-color: rgb(188,63,72); }

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

border-color css

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

 span { border-color: rgb(188,63,72); }

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