Html Css Color HEX #BC365C Old Rose

📋 copy color: '#BC365C'

red 188 ◦ green 54 ◦ blue 92

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

Shades of Old Rose #BC365C

Tints of Old Rose #BC365C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.54%

R = 56.29%
G = 16.17%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC365C (or 0xBC365C) is known color: Old Rose. HEX triplet: BC, 36 and 5C. RGB value is (188,54,92). Sum of RGB (Red+Green+Blue) = 188+54+92=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC365C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC365C is #43C9A3. Grayscale: #626262. Windows color (decimal): -4442532 or 6043324. OLE color: 6043324.

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

Color convert

RGB 188 54 92 -
CMYK 0 0.71 0.51 0.26
HSL 342.99º 0.55% 0.47% -
HSV(B) 342.99º 0.71% 0.74% -
XYZ 23.99 14.1 11.58 -
YUV 98.4 124.39 191.91 -
System Red Green Blue C M Y K H S L
Decimal 188 54 92 0 0.71 0.51 0.26 342.99 0.55 0.47
Hex BC 36 5C 0 47 33 1A 157 37 2F
Octal 274 66 134 0 107 63 32 527 67 57
Binary 10111100 110110 1011100 0 1000111 110011 11010 101010111 110111 101111

Color Harmonies of #BC365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC365C

Black with #BC365C

Text Example


Text Example

White with #BC365C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC365C; }

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

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

background-color css

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

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

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

border-color css

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

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

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