Html Css Color HEX #BC3962 Rouge

📋 copy color: '#BC3962'

red 188 ◦ green 57 ◦ blue 98

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

Shades of Rouge #BC3962

Tints of Rouge #BC3962

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.62%

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

R = 54.81%
G = 16.62%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC3962 (or 0xBC3962) is known color: Rouge. HEX triplet: BC, 39 and 62. RGB value is (188,57,98). Sum of RGB (Red+Green+Blue) = 188+57+98=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 57 (22.66% from 255 or 16.62% from 343); Blue value is 98 (38.67% from 255 or 28.57% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3962 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3962 is #43C69D. Grayscale: #646464. Windows color (decimal): -4441758 or 6437308. OLE color: 6437308.

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

Color convert

RGB 188 57 98 -
CMYK 0 0.70 0.48 0.26
HSL 341.22º 0.53% 0.48% -
HSV(B) 341.22º 0.7% 0.74% -
XYZ 24.41 14.5 13.07 -
YUV 100.84 126.4 190.17 -
System Red Green Blue C M Y K H S L
Decimal 188 57 98 0 0.70 0.48 0.26 341.22 0.53 0.48
Hex BC 39 62 0 46 30 1A 155 35 30
Octal 274 71 142 0 106 60 32 525 65 60
Binary 10111100 111001 1100010 0 1000110 110000 11010 101010101 110101 110000

Color Harmonies of #BC3962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3962

Black with #BC3962

Text Example


Text Example

White with #BC3962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3962; }

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

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

background-color css

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

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

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

border-color css

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

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

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