Html Css Color HEX #BC364C Old Rose

📋 copy color: '#BC364C'

red 188 ◦ green 54 ◦ blue 76

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

Shades of Old Rose #BC364C

Tints of Old Rose #BC364C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.98%

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

R = 59.12%
G = 16.98%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC364C (or 0xBC364C) is known color: Old Rose. HEX triplet: BC, 36 and 4C. RGB value is (188,54,76). Sum of RGB (Red+Green+Blue) = 188+54+76=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC364C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC364C is #43C9B3. Grayscale: #606060. Windows color (decimal): -4442548 or 4994748. OLE color: 4994748.

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

Color convert

RGB 188 54 76 -
CMYK 0 0.71 0.60 0.26
HSL 350.15º 0.55% 0.47% -
HSV(B) 350.15º 0.71% 0.74% -
XYZ 23.36 13.85 8.28 -
YUV 96.57 116.39 193.21 -
System Red Green Blue C M Y K H S L
Decimal 188 54 76 0 0.71 0.60 0.26 350.15 0.55 0.47
Hex BC 36 4C 0 47 3C 1A 15E 37 2F
Octal 274 66 114 0 107 74 32 536 67 57
Binary 10111100 110110 1001100 0 1000111 111100 11010 101011110 110111 101111

Color Harmonies of #BC364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC364C

Black with #BC364C

Text Example


Text Example

White with #BC364C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC364C; }

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

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

background-color css

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

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

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

border-color css

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

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

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