Html Css Color HEX #BC4048 Old Rose

📋 copy color: '#BC4048'

red 188 ◦ green 64 ◦ blue 72

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

Shades of Old Rose #BC4048

Tints of Old Rose #BC4048

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.75%

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

R = 58.02%
G = 19.75%
B = 22.22%

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

#BC4048 (or 0xBC4048) is known color: Old Rose. HEX triplet: BC, 40 and 48. RGB value is (188,64,72). Sum of RGB (Red+Green+Blue) = 188+64+72=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 72 (28.52% from 255 or 22.22% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4048 is #43BFB7. Grayscale: #666666. Windows color (decimal): -4439992 or 4735164. OLE color: 4735164.

HSL color Cylindrical-coordinate representation of color #BC4048: hue angle of 356.13º degrees, saturation: 0.49, 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 #BC4048 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 64 72 -
CMYK 0 0.66 0.62 0.26
HSL 356.13º 0.49% 0.49% -
HSV(B) 356.13º 0.66% 0.74% -
XYZ 23.74 14.83 7.74 -
YUV 101.99 111.08 189.35 -
System Red Green Blue C M Y K H S L
Decimal 188 64 72 0 0.66 0.62 0.26 356.13 0.49 0.49
Hex BC 40 48 0 42 3E 1A 164 31 31
Octal 274 100 110 0 102 76 32 544 61 61
Binary 10111100 1000000 1001000 0 1000010 111110 11010 101100100 110001 110001

Color Harmonies of #BC4048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4048

Black with #BC4048

Text Example


Text Example

White with #BC4048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4048; }

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

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

background-color css

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

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

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

border-color css

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

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

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