Html Css Color HEX #BC336B Rouge

📋 copy color: '#BC336B'

red 188 ◦ green 51 ◦ blue 107

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

Shades of Rouge #BC336B

Tints of Rouge #BC336B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.92%

R = 54.34%
G = 14.74%
B = 30.92%

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

#BC336B (or 0xBC336B) is known color: Rouge. HEX triplet: BC, 33 and 6B. RGB value is (188,51,107). Sum of RGB (Red+Green+Blue) = 188+51+107=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC336B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC336B is #43CC94. Grayscale: #626262. Windows color (decimal): -4443285 or 7025596. OLE color: 7025596.

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

Color convert

RGB 188 51 107 -
CMYK 0 0.73 0.43 0.26
HSL 335.47º 0.57% 0.47% -
HSV(B) 335.47º 0.73% 0.74% -
XYZ 24.58 14.12 15.34 -
YUV 98.35 132.89 191.95 -
System Red Green Blue C M Y K H S L
Decimal 188 51 107 0 0.73 0.43 0.26 335.47 0.57 0.47
Hex BC 33 6B 0 49 2B 1A 14F 39 2F
Octal 274 63 153 0 111 53 32 517 71 57
Binary 10111100 110011 1101011 0 1001001 101011 11010 101001111 111001 101111

Color Harmonies of #BC336B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC336B

Black with #BC336B

Text Example


Text Example

White with #BC336B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC336B; }

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

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

background-color css

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

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

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

border-color css

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

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

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