Html Css Color HEX #BC386A Rouge

📋 copy color: '#BC386A'

red 188 ◦ green 56 ◦ blue 106

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

Shades of Rouge #BC386A

Tints of Rouge #BC386A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16%

 BLUE value IS 106 (41.8% from 255) = 30.29%

R = 53.71%
G = 16%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC386A (or 0xBC386A) is known color: Rouge. HEX triplet: BC, 38 and 6A. RGB value is (188,56,106). Sum of RGB (Red+Green+Blue) = 188+56+106=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC386A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC386A is #43C795. Grayscale: #656565. Windows color (decimal): -4442006 or 6961340. OLE color: 6961340.

HSL color Cylindrical-coordinate representation of color #BC386A: hue angle of 337.27º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC386A is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 56 106 -
CMYK 0 0.70 0.44 0.26
HSL 337.27º 0.54% 0.48% -
HSV(B) 337.27º 0.7% 0.74% -
XYZ 24.75 14.56 15.14 -
YUV 101.17 130.73 189.93 -
System Red Green Blue C M Y K H S L
Decimal 188 56 106 0 0.70 0.44 0.26 337.27 0.54 0.48
Hex BC 38 6A 0 46 2C 1A 151 36 30
Octal 274 70 152 0 106 54 32 521 66 60
Binary 10111100 111000 1101010 0 1000110 101100 11010 101010001 110110 110000

Color Harmonies of #BC386A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC386A

Black with #BC386A

Text Example


Text Example

White with #BC386A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC386A; }

 p { color: rgb(188,56,106); }

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

background-color css

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

 a { background-color: rgb(188,56,106); }

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

border-color css

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

 span { border-color: rgb(188,56,106); }

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