Html Css Color HEX #BC326E Rouge

📋 copy color: '#BC326E'

red 188 ◦ green 50 ◦ blue 110

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

Shades of Rouge #BC326E

Tints of Rouge #BC326E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.61%

R = 54.02%
G = 14.37%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC326E (or 0xBC326E) is known color: Rouge. HEX triplet: BC, 32 and 6E. RGB value is (188,50,110). Sum of RGB (Red+Green+Blue) = 188+50+110=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC326E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC326E is #43CD91. Grayscale: #626262. Windows color (decimal): -4443538 or 7221948. OLE color: 7221948.

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

Color convert

RGB 188 50 110 -
CMYK 0 0.73 0.41 0.26
HSL 333.91º 0.58% 0.47% -
HSV(B) 333.91º 0.73% 0.74% -
XYZ 24.69 14.1 16.17 -
YUV 98.1 134.72 192.12 -
System Red Green Blue C M Y K H S L
Decimal 188 50 110 0 0.73 0.41 0.26 333.91 0.58 0.47
Hex BC 32 6E 0 49 29 1A 14E 3A 2F
Octal 274 62 156 0 111 51 32 516 72 57
Binary 10111100 110010 1101110 0 1001001 101001 11010 101001110 111010 101111

Color Harmonies of #BC326E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC326E

Black with #BC326E

Text Example


Text Example

White with #BC326E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC326E; }

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

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

background-color css

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

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

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

border-color css

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

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

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