Html Css Color HEX #BC354D Old Rose

📋 copy color: '#BC354D'

red 188 ◦ green 53 ◦ blue 77

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

Shades of Old Rose #BC354D

Tints of Old Rose #BC354D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.21%

R = 59.12%
G = 16.67%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC354D (or 0xBC354D) is known color: Old Rose. HEX triplet: BC, 35 and 4D. RGB value is (188,53,77). Sum of RGB (Red+Green+Blue) = 188+53+77=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC354D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC354D is #43CAB2. Grayscale: #606060. Windows color (decimal): -4442803 or 5060028. OLE color: 5060028.

HSL color Cylindrical-coordinate representation of color #BC354D: hue angle of 349.33º 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 #BC354D is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 53 77 -
CMYK 0 0.72 0.59 0.26
HSL 349.33º 0.56% 0.47% -
HSV(B) 349.33º 0.72% 0.74% -
XYZ 23.35 13.77 8.45 -
YUV 96.1 117.23 193.55 -
System Red Green Blue C M Y K H S L
Decimal 188 53 77 0 0.72 0.59 0.26 349.33 0.56 0.47
Hex BC 35 4D 0 48 3B 1A 15D 38 2F
Octal 274 65 115 0 110 73 32 535 70 57
Binary 10111100 110101 1001101 0 1001000 111011 11010 101011101 111000 101111

Color Harmonies of #BC354D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC354D

Black with #BC354D

Text Example


Text Example

White with #BC354D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC354D; }

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

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

background-color css

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

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

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

border-color css

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

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

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