Html Css Color HEX #BC385E Rouge

📋 copy color: '#BC385E'

red 188 ◦ green 56 ◦ blue 94

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

Shades of Rouge #BC385E

Tints of Rouge #BC385E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.81%

R = 55.62%
G = 16.57%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BC385E (or 0xBC385E) is known color: Rouge. HEX triplet: BC, 38 and 5E. RGB value is (188,56,94). Sum of RGB (Red+Green+Blue) = 188+56+94=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC385E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC385E is #43C7A1. Grayscale: #636363. Windows color (decimal): -4442018 or 6174908. OLE color: 6174908.

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

Color convert

RGB 188 56 94 -
CMYK 0 0.70 0.50 0.26
HSL 342.73º 0.54% 0.48% -
HSV(B) 342.73º 0.7% 0.74% -
XYZ 24.17 14.33 12.08 -
YUV 99.8 124.73 190.91 -
System Red Green Blue C M Y K H S L
Decimal 188 56 94 0 0.70 0.50 0.26 342.73 0.54 0.48
Hex BC 38 5E 0 46 32 1A 157 36 30
Octal 274 70 136 0 106 62 32 527 66 60
Binary 10111100 111000 1011110 0 1000110 110010 11010 101010111 110110 110000

Color Harmonies of #BC385E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC385E

Black with #BC385E

Text Example


Text Example

White with #BC385E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC385E; }

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

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

background-color css

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

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

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

border-color css

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

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

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