Html Css Color HEX #BC356C Rouge

📋 copy color: '#BC356C'

red 188 ◦ green 53 ◦ blue 108

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

Shades of Rouge #BC356C

Tints of Rouge #BC356C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.95%

R = 53.87%
G = 15.19%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC356C (or 0xBC356C) is known color: Rouge. HEX triplet: BC, 35 and 6C. RGB value is (188,53,108). Sum of RGB (Red+Green+Blue) = 188+53+108=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 53 (21.09% from 255 or 15.19% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC356C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC356C is #43CA93. Grayscale: #636363. Windows color (decimal): -4442772 or 7091644. OLE color: 7091644.

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

Color convert

RGB 188 53 108 -
CMYK 0 0.72 0.43 0.26
HSL 335.56º 0.56% 0.47% -
HSV(B) 335.56º 0.72% 0.74% -
XYZ 24.72 14.32 15.65 -
YUV 99.64 132.73 191.03 -
System Red Green Blue C M Y K H S L
Decimal 188 53 108 0 0.72 0.43 0.26 335.56 0.56 0.47
Hex BC 35 6C 0 48 2B 1A 150 38 2F
Octal 274 65 154 0 110 53 32 520 70 57
Binary 10111100 110101 1101100 0 1001000 101011 11010 101010000 111000 101111

Color Harmonies of #BC356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC356C

Black with #BC356C

Text Example


Text Example

White with #BC356C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC356C; }

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

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

background-color css

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

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

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

border-color css

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

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

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