Html Css Color HEX #BC3669 Rouge

📋 copy color: '#BC3669'

red 188 ◦ green 54 ◦ blue 105

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

Shades of Rouge #BC3669

Tints of Rouge #BC3669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.26%

R = 54.18%
G = 15.56%
B = 30.26%

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

#BC3669 (or 0xBC3669) is known color: Rouge. HEX triplet: BC, 36 and 69. RGB value is (188,54,105). Sum of RGB (Red+Green+Blue) = 188+54+105=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 105 (41.41% from 255 or 30.26% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3669 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3669 is #43C996. Grayscale: #636363. Windows color (decimal): -4442519 or 6895292. OLE color: 6895292.

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

Color convert

RGB 188 54 105 -
CMYK 0 0.71 0.44 0.26
HSL 337.16º 0.55% 0.47% -
HSV(B) 337.16º 0.71% 0.74% -
XYZ 24.61 14.35 14.84 -
YUV 99.88 130.89 190.85 -
System Red Green Blue C M Y K H S L
Decimal 188 54 105 0 0.71 0.44 0.26 337.16 0.55 0.47
Hex BC 36 69 0 47 2C 1A 151 37 2F
Octal 274 66 151 0 107 54 32 521 67 57
Binary 10111100 110110 1101001 0 1000111 101100 11010 101010001 110111 101111

Color Harmonies of #BC3669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3669

Black with #BC3669

Text Example


Text Example

White with #BC3669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3669; }

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

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

background-color css

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

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

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

border-color css

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

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

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