Html Css Color HEX #BC364F Old Rose

📋 copy color: '#BC364F'

red 188 ◦ green 54 ◦ blue 79

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

Shades of Old Rose #BC364F

Tints of Old Rose #BC364F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.61%

R = 58.57%
G = 16.82%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BC364F (or 0xBC364F) is known color: Old Rose. HEX triplet: BC, 36 and 4F. RGB value is (188,54,79). Sum of RGB (Red+Green+Blue) = 188+54+79=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 79 (31.25% from 255 or 24.61% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC364F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC364F is #43C9B0. Grayscale: #606060. Windows color (decimal): -4442545 or 5191356. OLE color: 5191356.

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

Color convert

RGB 188 54 79 -
CMYK 0 0.71 0.58 0.26
HSL 348.81º 0.55% 0.47% -
HSV(B) 348.81º 0.71% 0.74% -
XYZ 23.47 13.89 8.84 -
YUV 96.92 117.89 192.97 -
System Red Green Blue C M Y K H S L
Decimal 188 54 79 0 0.71 0.58 0.26 348.81 0.55 0.47
Hex BC 36 4F 0 47 3A 1A 15D 37 2F
Octal 274 66 117 0 107 72 32 535 67 57
Binary 10111100 110110 1001111 0 1000111 111010 11010 101011101 110111 101111

Color Harmonies of #BC364F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC364F

Black with #BC364F

Text Example


Text Example

White with #BC364F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC364F; }

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

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

background-color css

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

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

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

border-color css

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

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

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