Html Css Color HEX #BC3D60 Rouge

📋 copy color: '#BC3D60'

red 188 ◦ green 61 ◦ blue 96

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

Shades of Rouge #BC3D60

Tints of Rouge #BC3D60

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.68%

 BLUE value IS 96 (37.89% from 255) = 27.83%

R = 54.49%
G = 17.68%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC3D60 (or 0xBC3D60) is known color: Rouge. HEX triplet: BC, 3D and 60. RGB value is (188,61,96). Sum of RGB (Red+Green+Blue) = 188+61+96=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 61 (24.22% from 255 or 17.68% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3D60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3D60 is #43C29F. Grayscale: #666666. Windows color (decimal): -4440736 or 6307260. OLE color: 6307260.

HSL color Cylindrical-coordinate representation of color #BC3D60: hue angle of 343.46º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC3D60 is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 61 96 -
CMYK 0 0.68 0.49 0.26
HSL 343.46º 0.51% 0.49% -
HSV(B) 343.46º 0.68% 0.74% -
XYZ 24.52 14.87 12.64 -
YUV 102.96 124.08 188.65 -
System Red Green Blue C M Y K H S L
Decimal 188 61 96 0 0.68 0.49 0.26 343.46 0.51 0.49
Hex BC 3D 60 0 44 31 1A 157 33 31
Octal 274 75 140 0 104 61 32 527 63 61
Binary 10111100 111101 1100000 0 1000100 110001 11010 101010111 110011 110001

Color Harmonies of #BC3D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3D60

Black with #BC3D60

Text Example


Text Example

White with #BC3D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3D60; }

 p { color: rgb(188,61,96); }

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

background-color css

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

 a { background-color: rgb(188,61,96); }

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

border-color css

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

 span { border-color: rgb(188,61,96); }

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