Html Css Color HEX #BC326A Rouge

📋 copy color: '#BC326A'

red 188 ◦ green 50 ◦ blue 106

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

Shades of Rouge #BC326A

Tints of Rouge #BC326A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.81%

R = 54.65%
G = 14.53%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC326A (or 0xBC326A) is known color: Rouge. HEX triplet: BC, 32 and 6A. RGB value is (188,50,106). Sum of RGB (Red+Green+Blue) = 188+50+106=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC326A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC326A is #43CD95. Grayscale: #616161. Windows color (decimal): -4443542 or 6959804. OLE color: 6959804.

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

Color convert

RGB 188 50 106 -
CMYK 0 0.73 0.44 0.26
HSL 335.65º 0.58% 0.47% -
HSV(B) 335.65º 0.73% 0.74% -
XYZ 24.48 14.01 15.05 -
YUV 97.65 132.72 192.45 -
System Red Green Blue C M Y K H S L
Decimal 188 50 106 0 0.73 0.44 0.26 335.65 0.58 0.47
Hex BC 32 6A 0 49 2C 1A 150 3A 2F
Octal 274 62 152 0 111 54 32 520 72 57
Binary 10111100 110010 1101010 0 1001001 101100 11010 101010000 111010 101111

Color Harmonies of #BC326A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC326A

Black with #BC326A

Text Example


Text Example

White with #BC326A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC326A; }

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

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

background-color css

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

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

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

border-color css

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

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

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