Html Css Color HEX #BC3162 Rouge

📋 copy color: '#BC3162'

red 188 ◦ green 49 ◦ blue 98

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

Shades of Rouge #BC3162

Tints of Rouge #BC3162

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.63%

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

R = 56.12%
G = 14.63%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC3162 (or 0xBC3162) is known color: Rouge. HEX triplet: BC, 31 and 62. RGB value is (188,49,98). Sum of RGB (Red+Green+Blue) = 188+49+98=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 49 (19.53% from 255 or 14.63% from 335); Blue value is 98 (38.67% from 255 or 29.25% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3162 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3162 is #43CE9D. Grayscale: #606060. Windows color (decimal): -4443806 or 6435260. OLE color: 6435260.

HSL color Cylindrical-coordinate representation of color #BC3162: hue angle of 338.85º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC3162 is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 49 98 -
CMYK 0 0.74 0.48 0.26
HSL 338.85º 0.59% 0.46% -
HSV(B) 338.85º 0.74% 0.74% -
XYZ 24.04 13.77 12.95 -
YUV 96.15 129.05 193.52 -
System Red Green Blue C M Y K H S L
Decimal 188 49 98 0 0.74 0.48 0.26 338.85 0.59 0.46
Hex BC 31 62 0 4A 30 1A 153 3B 2E
Octal 274 61 142 0 112 60 32 523 73 56
Binary 10111100 110001 1100010 0 1001010 110000 11010 101010011 111011 101110

Color Harmonies of #BC3162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3162

Black with #BC3162

Text Example


Text Example

White with #BC3162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3162; }

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

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

background-color css

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

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

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

border-color css

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

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

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