Html Css Color HEX #BC3466 Rouge

📋 copy color: '#BC3466'

red 188 ◦ green 52 ◦ blue 102

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

Shades of Rouge #BC3466

Tints of Rouge #BC3466

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.2%

 BLUE value IS 102 (40.23% from 255) = 29.82%

R = 54.97%
G = 15.2%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BC3466 (or 0xBC3466) is known color: Rouge. HEX triplet: BC, 34 and 66. RGB value is (188,52,102). Sum of RGB (Red+Green+Blue) = 188+52+102=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 52 (20.70% from 255 or 15.20% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3466 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3466 is #43CB99. Grayscale: #626262. Windows color (decimal): -4443034 or 6698172. OLE color: 6698172.

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

Color convert

RGB 188 52 102 -
CMYK 0 0.72 0.46 0.26
HSL 337.94º 0.57% 0.47% -
HSV(B) 337.94º 0.72% 0.74% -
XYZ 24.37 14.11 14.01 -
YUV 98.36 130.06 191.93 -
System Red Green Blue C M Y K H S L
Decimal 188 52 102 0 0.72 0.46 0.26 337.94 0.57 0.47
Hex BC 34 66 0 48 2E 1A 152 39 2F
Octal 274 64 146 0 110 56 32 522 71 57
Binary 10111100 110100 1100110 0 1001000 101110 11010 101010010 111001 101111

Color Harmonies of #BC3466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3466

Black with #BC3466

Text Example


Text Example

White with #BC3466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3466; }

 p { color: rgb(188,52,102); }

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

background-color css

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

 a { background-color: rgb(188,52,102); }

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

border-color css

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

 span { border-color: rgb(188,52,102); }

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