Html Css Color HEX #BC3262 Rouge

📋 copy color: '#BC3262'

red 188 ◦ green 50 ◦ blue 98

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

Shades of Rouge #BC3262

Tints of Rouge #BC3262

RGB

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

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

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

R = 55.95%
G = 14.88%
B = 29.17%

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

#BC3262 (or 0xBC3262) is known color: Rouge. HEX triplet: BC, 32 and 62. RGB value is (188,50,98). Sum of RGB (Red+Green+Blue) = 188+50+98=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3262 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3262 is #43CD9D. Grayscale: #606060. Windows color (decimal): -4443550 or 6435516. OLE color: 6435516.

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

Color convert

RGB 188 50 98 -
CMYK 0 0.73 0.48 0.26
HSL 339.13º 0.58% 0.47% -
HSV(B) 339.13º 0.73% 0.74% -
XYZ 24.08 13.85 12.96 -
YUV 96.73 128.72 193.1 -
System Red Green Blue C M Y K H S L
Decimal 188 50 98 0 0.73 0.48 0.26 339.13 0.58 0.47
Hex BC 32 62 0 49 30 1A 153 3A 2F
Octal 274 62 142 0 111 60 32 523 72 57
Binary 10111100 110010 1100010 0 1001001 110000 11010 101010011 111010 101111

Color Harmonies of #BC3262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3262

Black with #BC3262

Text Example


Text Example

White with #BC3262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3262; }

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

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

background-color css

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

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

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

border-color css

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

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

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