Html Css Color HEX #BC364E Old Rose

📋 copy color: '#BC364E'

red 188 ◦ green 54 ◦ blue 78

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

Shades of Old Rose #BC364E

Tints of Old Rose #BC364E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.38%

R = 58.75%
G = 16.88%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC364E (or 0xBC364E) is known color: Old Rose. HEX triplet: BC, 36 and 4E. RGB value is (188,54,78). Sum of RGB (Red+Green+Blue) = 188+54+78=320 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.75% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 188 - color contains mainly: red. Hex color #BC364E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC364E is #43C9B1. Grayscale: #606060. Windows color (decimal): -4442546 or 5125820. OLE color: 5125820.

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

Color convert

RGB 188 54 78 -
CMYK 0 0.71 0.59 0.26
HSL 349.25º 0.55% 0.47% -
HSV(B) 349.25º 0.71% 0.74% -
XYZ 23.43 13.88 8.65 -
YUV 96.8 117.39 193.05 -
System Red Green Blue C M Y K H S L
Decimal 188 54 78 0 0.71 0.59 0.26 349.25 0.55 0.47
Hex BC 36 4E 0 47 3B 1A 15D 37 2F
Octal 274 66 116 0 107 73 32 535 67 57
Binary 10111100 110110 1001110 0 1000111 111011 11010 101011101 110111 101111

Color Harmonies of #BC364E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC364E

Black with #BC364E

Text Example


Text Example

White with #BC364E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC364E; }

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

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

background-color css

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

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

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

border-color css

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

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

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