Html Css Color HEX #BC3A68 Rouge

📋 copy color: '#BC3A68'

red 188 ◦ green 58 ◦ blue 104

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

Shades of Rouge #BC3A68

Tints of Rouge #BC3A68

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.57%

 BLUE value IS 104 (41.02% from 255) = 29.71%

R = 53.71%
G = 16.57%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC3A68 (or 0xBC3A68) is known color: Rouge. HEX triplet: BC, 3A and 68. RGB value is (188,58,104). Sum of RGB (Red+Green+Blue) = 188+58+104=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 58 (23.05% from 255 or 16.57% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3A68 is #43C597. Grayscale: #666666. Windows color (decimal): -4441496 or 6830780. OLE color: 6830780.

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

Color convert

RGB 188 58 104 -
CMYK 0 0.69 0.45 0.26
HSL 338.77º 0.53% 0.48% -
HSV(B) 338.77º 0.69% 0.74% -
XYZ 24.75 14.72 14.63 -
YUV 102.11 129.07 189.26 -
System Red Green Blue C M Y K H S L
Decimal 188 58 104 0 0.69 0.45 0.26 338.77 0.53 0.48
Hex BC 3A 68 0 45 2D 1A 153 35 30
Octal 274 72 150 0 105 55 32 523 65 60
Binary 10111100 111010 1101000 0 1000101 101101 11010 101010011 110101 110000

Color Harmonies of #BC3A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3A68

Black with #BC3A68

Text Example


Text Example

White with #BC3A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3A68; }

 p { color: rgb(188,58,104); }

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

background-color css

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

 a { background-color: rgb(188,58,104); }

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

border-color css

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

 span { border-color: rgb(188,58,104); }

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