Html Css Color HEX #BC3064 Rouge

📋 copy color: '#BC3064'

red 188 ◦ green 48 ◦ blue 100

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

Shades of Rouge #BC3064

Tints of Rouge #BC3064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.76%

R = 55.95%
G = 14.29%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC3064 (or 0xBC3064) is known color: Rouge. HEX triplet: BC, 30 and 64. RGB value is (188,48,100). Sum of RGB (Red+Green+Blue) = 188+48+100=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 48 (19.14% from 255 or 14.29% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3064 is #43CF9B. Grayscale: #5F5F5F. Windows color (decimal): -4444060 or 6566076. OLE color: 6566076.

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

Color convert

RGB 188 48 100 -
CMYK 0 0.74 0.47 0.26
HSL 337.71º 0.59% 0.46% -
HSV(B) 337.71º 0.74% 0.74% -
XYZ 24.1 13.73 13.44 -
YUV 95.79 130.38 193.77 -
System Red Green Blue C M Y K H S L
Decimal 188 48 100 0 0.74 0.47 0.26 337.71 0.59 0.46
Hex BC 30 64 0 4A 2F 1A 152 3B 2E
Octal 274 60 144 0 112 57 32 522 73 56
Binary 10111100 110000 1100100 0 1001010 101111 11010 101010010 111011 101110

Color Harmonies of #BC3064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3064

Black with #BC3064

Text Example


Text Example

White with #BC3064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3064; }

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

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

background-color css

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

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

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

border-color css

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

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

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