Html Css Color HEX #BC3065 Rouge

📋 copy color: '#BC3065'

red 188 ◦ green 48 ◦ blue 101

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

Shades of Rouge #BC3065

Tints of Rouge #BC3065

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.24%

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

R = 55.79%
G = 14.24%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BC3065 (or 0xBC3065) is known color: Rouge. HEX triplet: BC, 30 and 65. RGB value is (188,48,101). Sum of RGB (Red+Green+Blue) = 188+48+101=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 48 (19.14% from 255 or 14.24% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3065 is #43CF9A. Grayscale: #5F5F5F. Windows color (decimal): -4444059 or 6631612. OLE color: 6631612.

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

Color convert

RGB 188 48 101 -
CMYK 0 0.74 0.46 0.26
HSL 337.29º 0.59% 0.46% -
HSV(B) 337.29º 0.74% 0.74% -
XYZ 24.14 13.74 13.69 -
YUV 95.9 130.88 193.69 -
System Red Green Blue C M Y K H S L
Decimal 188 48 101 0 0.74 0.46 0.26 337.29 0.59 0.46
Hex BC 30 65 0 4A 2E 1A 151 3B 2E
Octal 274 60 145 0 112 56 32 521 73 56
Binary 10111100 110000 1100101 0 1001010 101110 11010 101010001 111011 101110

Color Harmonies of #BC3065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3065

Black with #BC3065

Text Example


Text Example

White with #BC3065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3065; }

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

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

background-color css

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

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

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

border-color css

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

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

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