Html Css Color HEX #BC336D Rouge

📋 copy color: '#BC336D'

red 188 ◦ green 51 ◦ blue 109

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

Shades of Rouge #BC336D

Tints of Rouge #BC336D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.66%

 BLUE value IS 109 (42.97% from 255) = 31.32%

R = 54.02%
G = 14.66%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BC336D (or 0xBC336D) is known color: Rouge. HEX triplet: BC, 33 and 6D. RGB value is (188,51,109). Sum of RGB (Red+Green+Blue) = 188+51+109=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 51 (20.31% from 255 or 14.66% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC336D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC336D is #43CC92. Grayscale: #626262. Windows color (decimal): -4443283 or 7156668. OLE color: 7156668.

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

Color convert

RGB 188 51 109 -
CMYK 0 0.73 0.42 0.26
HSL 334.6º 0.57% 0.47% -
HSV(B) 334.6º 0.73% 0.74% -
XYZ 24.68 14.16 15.9 -
YUV 98.58 133.89 191.78 -
System Red Green Blue C M Y K H S L
Decimal 188 51 109 0 0.73 0.42 0.26 334.6 0.57 0.47
Hex BC 33 6D 0 49 2A 1A 14F 39 2F
Octal 274 63 155 0 111 52 32 517 71 57
Binary 10111100 110011 1101101 0 1001001 101010 11010 101001111 111001 101111

Color Harmonies of #BC336D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC336D

Black with #BC336D

Text Example


Text Example

White with #BC336D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC336D; }

 p { color: rgb(188,51,109); }

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

background-color css

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

 a { background-color: rgb(188,51,109); }

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

border-color css

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

 span { border-color: rgb(188,51,109); }

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