Html Css Color HEX #BC3461 Rouge

📋 copy color: '#BC3461'

red 188 ◦ green 52 ◦ blue 97

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

Shades of Rouge #BC3461

Tints of Rouge #BC3461

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.43%

 BLUE value IS 97 (38.28% from 255) = 28.78%

R = 55.79%
G = 15.43%
B = 28.78%

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

#BC3461 (or 0xBC3461) is known color: Rouge. HEX triplet: BC, 34 and 61. RGB value is (188,52,97). Sum of RGB (Red+Green+Blue) = 188+52+97=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 97 (38.28% from 255 or 28.78% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3461 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3461 is #43CB9E. Grayscale: #616161. Windows color (decimal): -4443039 or 6370492. OLE color: 6370492.

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

Color convert

RGB 188 52 97 -
CMYK 0 0.72 0.48 0.26
HSL 340.15º 0.57% 0.47% -
HSV(B) 340.15º 0.72% 0.74% -
XYZ 24.12 14.01 12.74 -
YUV 97.79 127.56 192.34 -
System Red Green Blue C M Y K H S L
Decimal 188 52 97 0 0.72 0.48 0.26 340.15 0.57 0.47
Hex BC 34 61 0 48 30 1A 154 39 2F
Octal 274 64 141 0 110 60 32 524 71 57
Binary 10111100 110100 1100001 0 1001000 110000 11010 101010100 111001 101111

Color Harmonies of #BC3461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3461

Black with #BC3461

Text Example


Text Example

White with #BC3461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3461; }

 p { color: rgb(188,52,97); }

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

background-color css

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

 a { background-color: rgb(188,52,97); }

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

border-color css

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

 span { border-color: rgb(188,52,97); }

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