Html Css Color HEX #BC3667 Rouge

📋 copy color: '#BC3667'

red 188 ◦ green 54 ◦ blue 103

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

Shades of Rouge #BC3667

Tints of Rouge #BC3667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 29.86%

R = 54.49%
G = 15.65%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC3667 (or 0xBC3667) is known color: Rouge. HEX triplet: BC, 36 and 67. RGB value is (188,54,103). Sum of RGB (Red+Green+Blue) = 188+54+103=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 103 (40.62% from 255 or 29.86% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3667 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3667 is #43C998. Grayscale: #636363. Windows color (decimal): -4442521 or 6764220. OLE color: 6764220.

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

Color convert

RGB 188 54 103 -
CMYK 0 0.71 0.45 0.26
HSL 338.06º 0.55% 0.47% -
HSV(B) 338.06º 0.71% 0.74% -
XYZ 24.51 14.31 14.3 -
YUV 99.65 129.89 191.02 -
System Red Green Blue C M Y K H S L
Decimal 188 54 103 0 0.71 0.45 0.26 338.06 0.55 0.47
Hex BC 36 67 0 47 2D 1A 152 37 2F
Octal 274 66 147 0 107 55 32 522 67 57
Binary 10111100 110110 1100111 0 1000111 101101 11010 101010010 110111 101111

Color Harmonies of #BC3667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3667

Black with #BC3667

Text Example


Text Example

White with #BC3667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3667; }

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

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

background-color css

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

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

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

border-color css

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

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

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