Html Css Color HEX #BC336A Rouge

📋 copy color: '#BC336A'

red 188 ◦ green 51 ◦ blue 106

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

Shades of Rouge #BC336A

Tints of Rouge #BC336A

RGB

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

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

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

R = 54.49%
G = 14.78%
B = 30.72%

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

#BC336A (or 0xBC336A) is known color: Rouge. HEX triplet: BC, 33 and 6A. RGB value is (188,51,106). Sum of RGB (Red+Green+Blue) = 188+51+106=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC336A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC336A is #43CC95. Grayscale: #626262. Windows color (decimal): -4443286 or 6960060. OLE color: 6960060.

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

Color convert

RGB 188 51 106 -
CMYK 0 0.73 0.44 0.26
HSL 335.91º 0.57% 0.47% -
HSV(B) 335.91º 0.73% 0.74% -
XYZ 24.52 14.1 15.06 -
YUV 98.23 132.39 192.03 -
System Red Green Blue C M Y K H S L
Decimal 188 51 106 0 0.73 0.44 0.26 335.91 0.57 0.47
Hex BC 33 6A 0 49 2C 1A 150 39 2F
Octal 274 63 152 0 111 54 32 520 71 57
Binary 10111100 110011 1101010 0 1001001 101100 11010 101010000 111001 101111

Color Harmonies of #BC336A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC336A

Black with #BC336A

Text Example


Text Example

White with #BC336A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC336A; }

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

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

background-color css

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

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

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

border-color css

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

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

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