Html Css Color HEX #BC3862 Rouge

📋 copy color: '#BC3862'

red 188 ◦ green 56 ◦ blue 98

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

Shades of Rouge #BC3862

Tints of Rouge #BC3862

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.37%

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

R = 54.97%
G = 16.37%
B = 28.65%

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

#BC3862 (or 0xBC3862) is known color: Rouge. HEX triplet: BC, 38 and 62. RGB value is (188,56,98). Sum of RGB (Red+Green+Blue) = 188+56+98=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 56 (22.27% from 255 or 16.37% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3862 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3862 is #43C79D. Grayscale: #646464. Windows color (decimal): -4442014 or 6437052. OLE color: 6437052.

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

Color convert

RGB 188 56 98 -
CMYK 0 0.70 0.48 0.26
HSL 340.91º 0.54% 0.48% -
HSV(B) 340.91º 0.7% 0.74% -
XYZ 24.36 14.4 13.05 -
YUV 100.26 126.73 190.58 -
System Red Green Blue C M Y K H S L
Decimal 188 56 98 0 0.70 0.48 0.26 340.91 0.54 0.48
Hex BC 38 62 0 46 30 1A 155 36 30
Octal 274 70 142 0 106 60 32 525 66 60
Binary 10111100 111000 1100010 0 1000110 110000 11010 101010101 110110 110000

Color Harmonies of #BC3862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3862

Black with #BC3862

Text Example


Text Example

White with #BC3862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3862; }

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

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

background-color css

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

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

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

border-color css

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

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

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