Html Css Color HEX #BC336C Rouge

📋 copy color: '#BC336C'

red 188 ◦ green 51 ◦ blue 108

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

Shades of Rouge #BC336C

Tints of Rouge #BC336C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.12%

R = 54.18%
G = 14.7%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC336C (or 0xBC336C) is known color: Rouge. HEX triplet: BC, 33 and 6C. RGB value is (188,51,108). Sum of RGB (Red+Green+Blue) = 188+51+108=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 51 (20.31% from 255 or 14.70% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC336C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC336C is #43CC93. Grayscale: #626262. Windows color (decimal): -4443284 or 7091132. OLE color: 7091132.

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

Color convert

RGB 188 51 108 -
CMYK 0 0.73 0.43 0.26
HSL 335.04º 0.57% 0.47% -
HSV(B) 335.04º 0.73% 0.74% -
XYZ 24.63 14.14 15.62 -
YUV 98.46 133.39 191.87 -
System Red Green Blue C M Y K H S L
Decimal 188 51 108 0 0.73 0.43 0.26 335.04 0.57 0.47
Hex BC 33 6C 0 49 2B 1A 14F 39 2F
Octal 274 63 154 0 111 53 32 517 71 57
Binary 10111100 110011 1101100 0 1001001 101011 11010 101001111 111001 101111

Color Harmonies of #BC336C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC336C

Black with #BC336C

Text Example


Text Example

White with #BC336C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC336C; }

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

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

background-color css

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

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

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

border-color css

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

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

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