Html Css Color HEX #BC366A Rouge

📋 copy color: '#BC366A'

red 188 ◦ green 54 ◦ blue 106

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

Shades of Rouge #BC366A

Tints of Rouge #BC366A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.52%

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

R = 54.02%
G = 15.52%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC366A (or 0xBC366A) is known color: Rouge. HEX triplet: BC, 36 and 6A. RGB value is (188,54,106). Sum of RGB (Red+Green+Blue) = 188+54+106=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 54 (21.48% from 255 or 15.52% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC366A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC366A is #43C995. Grayscale: #636363. Windows color (decimal): -4442518 or 6960828. OLE color: 6960828.

HSL color Cylindrical-coordinate representation of color #BC366A: hue angle of 336.72º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC366A is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 54 106 -
CMYK 0 0.71 0.44 0.26
HSL 336.72º 0.55% 0.47% -
HSV(B) 336.72º 0.71% 0.74% -
XYZ 24.66 14.37 15.11 -
YUV 99.99 131.39 190.77 -
System Red Green Blue C M Y K H S L
Decimal 188 54 106 0 0.71 0.44 0.26 336.72 0.55 0.47
Hex BC 36 6A 0 47 2C 1A 151 37 2F
Octal 274 66 152 0 107 54 32 521 67 57
Binary 10111100 110110 1101010 0 1000111 101100 11010 101010001 110111 101111

Color Harmonies of #BC366A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC366A

Black with #BC366A

Text Example


Text Example

White with #BC366A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC366A; }

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

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

background-color css

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

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

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

border-color css

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

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

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