Html Css Color HEX #BC3261 Rouge

📋 copy color: '#BC3261'

red 188 ◦ green 50 ◦ blue 97

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

Shades of Rouge #BC3261

Tints of Rouge #BC3261

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.93%

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

R = 56.12%
G = 14.93%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC3261 (or 0xBC3261) is known color: Rouge. HEX triplet: BC, 32 and 61. RGB value is (188,50,97). Sum of RGB (Red+Green+Blue) = 188+50+97=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3261 is #43CD9E. Grayscale: #606060. Windows color (decimal): -4443551 or 6369980. OLE color: 6369980.

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

Color convert

RGB 188 50 97 -
CMYK 0 0.73 0.48 0.26
HSL 339.57º 0.58% 0.47% -
HSV(B) 339.57º 0.73% 0.74% -
XYZ 24.04 13.84 12.71 -
YUV 96.62 128.22 193.18 -
System Red Green Blue C M Y K H S L
Decimal 188 50 97 0 0.73 0.48 0.26 339.57 0.58 0.47
Hex BC 32 61 0 49 30 1A 154 3A 2F
Octal 274 62 141 0 111 60 32 524 72 57
Binary 10111100 110010 1100001 0 1001001 110000 11010 101010100 111010 101111

Color Harmonies of #BC3261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3261

Black with #BC3261

Text Example


Text Example

White with #BC3261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3261; }

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

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

background-color css

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

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

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

border-color css

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

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

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