Html Css Color HEX #BC3562 Rouge

📋 copy color: '#BC3562'

red 188 ◦ green 53 ◦ blue 98

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

Shades of Rouge #BC3562

Tints of Rouge #BC3562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.91%

R = 55.46%
G = 15.63%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC3562 (or 0xBC3562) is known color: Rouge. HEX triplet: BC, 35 and 62. RGB value is (188,53,98). Sum of RGB (Red+Green+Blue) = 188+53+98=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3562 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3562 is #43CA9D. Grayscale: #626262. Windows color (decimal): -4442782 or 6436284. OLE color: 6436284.

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

Color convert

RGB 188 53 98 -
CMYK 0 0.72 0.48 0.26
HSL 340º 0.56% 0.47% -
HSV(B) 340º 0.72% 0.74% -
XYZ 24.22 14.12 13 -
YUV 98.5 127.73 191.84 -
System Red Green Blue C M Y K H S L
Decimal 188 53 98 0 0.72 0.48 0.26 340 0.56 0.47
Hex BC 35 62 0 48 30 1A 154 38 2F
Octal 274 65 142 0 110 60 32 524 70 57
Binary 10111100 110101 1100010 0 1001000 110000 11010 101010100 111000 101111

Color Harmonies of #BC3562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3562

Black with #BC3562

Text Example


Text Example

White with #BC3562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3562; }

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

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

background-color css

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

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

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

border-color css

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

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

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