Html Css Color HEX #BC354C Old Rose

📋 copy color: '#BC354C'

red 188 ◦ green 53 ◦ blue 76

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

Shades of Old Rose #BC354C

Tints of Old Rose #BC354C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.72%

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

R = 59.31%
G = 16.72%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC354C (or 0xBC354C) is known color: Old Rose. HEX triplet: BC, 35 and 4C. RGB value is (188,53,76). Sum of RGB (Red+Green+Blue) = 188+53+76=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC354C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC354C is #43CAB3. Grayscale: #606060. Windows color (decimal): -4442804 or 4994492. OLE color: 4994492.

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

Color convert

RGB 188 53 76 -
CMYK 0 0.72 0.60 0.26
HSL 349.78º 0.56% 0.47% -
HSV(B) 349.78º 0.72% 0.74% -
XYZ 23.32 13.76 8.26 -
YUV 95.99 116.73 193.63 -
System Red Green Blue C M Y K H S L
Decimal 188 53 76 0 0.72 0.60 0.26 349.78 0.56 0.47
Hex BC 35 4C 0 48 3C 1A 15E 38 2F
Octal 274 65 114 0 110 74 32 536 70 57
Binary 10111100 110101 1001100 0 1001000 111100 11010 101011110 111000 101111

Color Harmonies of #BC354C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC354C

Black with #BC354C

Text Example


Text Example

White with #BC354C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC354C; }

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

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

background-color css

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

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

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

border-color css

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

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

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