Html Css Color HEX #BC4548 Old Rose

📋 copy color: '#BC4548'

red 188 ◦ green 69 ◦ blue 72

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

Shades of Old Rose #BC4548

Tints of Old Rose #BC4548

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.97%

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

R = 57.14%
G = 20.97%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC4548 (or 0xBC4548) is known color: Old Rose. HEX triplet: BC, 45 and 48. RGB value is (188,69,72). Sum of RGB (Red+Green+Blue) = 188+69+72=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4548 is #43BAB7. Grayscale: #696969. Windows color (decimal): -4438712 or 4736444. OLE color: 4736444.

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

Color convert

RGB 188 69 72 -
CMYK 0 0.63 0.62 0.26
HSL 358.49º 0.47% 0.5% -
HSV(B) 358.49º 0.63% 0.74% -
XYZ 24.04 15.42 7.84 -
YUV 104.92 109.42 187.26 -
System Red Green Blue C M Y K H S L
Decimal 188 69 72 0 0.63 0.62 0.26 358.49 0.47 0.5
Hex BC 45 48 0 3F 3E 1A 166 2F 32
Octal 274 105 110 0 77 76 32 546 57 62
Binary 10111100 1000101 1001000 0 111111 111110 11010 101100110 101111 110010

Color Harmonies of #BC4548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4548

Black with #BC4548

Text Example


Text Example

White with #BC4548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4548; }

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

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

background-color css

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

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

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

border-color css

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

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

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