Html Css Color HEX #BC3665 Rouge

📋 copy color: '#BC3665'

red 188 ◦ green 54 ◦ blue 101

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

Shades of Rouge #BC3665

Tints of Rouge #BC3665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.45%

R = 54.81%
G = 15.74%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BC3665 (or 0xBC3665) is known color: Rouge. HEX triplet: BC, 36 and 65. RGB value is (188,54,101). Sum of RGB (Red+Green+Blue) = 188+54+101=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 54 (21.48% from 255 or 15.74% from 343); Blue value is 101 (39.84% from 255 or 29.45% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3665 is #43C99A. Grayscale: #636363. Windows color (decimal): -4442523 or 6633148. OLE color: 6633148.

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

Color convert

RGB 188 54 101 -
CMYK 0 0.71 0.46 0.26
HSL 338.96º 0.55% 0.47% -
HSV(B) 338.96º 0.71% 0.74% -
XYZ 24.41 14.27 13.78 -
YUV 99.42 128.89 191.18 -
System Red Green Blue C M Y K H S L
Decimal 188 54 101 0 0.71 0.46 0.26 338.96 0.55 0.47
Hex BC 36 65 0 47 2E 1A 153 37 2F
Octal 274 66 145 0 107 56 32 523 67 57
Binary 10111100 110110 1100101 0 1000111 101110 11010 101010011 110111 101111

Color Harmonies of #BC3665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3665

Black with #BC3665

Text Example


Text Example

White with #BC3665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3665; }

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

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

background-color css

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

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

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

border-color css

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

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

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