Html Css Color HEX #BC739E Bouquet

📋 copy color: '#BC739E'

red 188 ◦ green 115 ◦ blue 158

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

Shades of Bouquet #BC739E

Tints of Bouquet #BC739E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.95%

 BLUE value IS 158 (62.11% from 255) = 34.27%

R = 40.78%
G = 24.95%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC739E (or 0xBC739E) is known color: Bouquet. HEX triplet: BC, 73 and 9E. RGB value is (188,115,158). Sum of RGB (Red+Green+Blue) = 188+115+158=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 158 (62.11% from 255 or 34.27% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BC739E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC739E is #438C61. Grayscale: #8D8D8D. Windows color (decimal): -4426850 or 10384316. OLE color: 10384316.

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

Color convert

RGB 188 115 158 -
CMYK 0 0.39 0.16 0.26
HSL 324.66º 0.35% 0.59% -
HSV(B) 324.66º 0.39% 0.74% -
XYZ 33.04 25.42 35.51 -
YUV 141.73 137.18 161 -
System Red Green Blue C M Y K H S L
Decimal 188 115 158 0 0.39 0.16 0.26 324.66 0.35 0.59
Hex BC 73 9E 0 27 10 1A 145 23 3B
Octal 274 163 236 0 47 20 32 505 43 73
Binary 10111100 1110011 10011110 0 100111 10000 11010 101000101 100011 111011

Color Harmonies of #BC739E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC739E

Black with #BC739E

Text Example


Text Example

White with #BC739E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC739E; }

 p { color: rgb(188,115,158); }

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

background-color css

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

 a { background-color: rgb(188,115,158); }

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

border-color css

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

 span { border-color: rgb(188,115,158); }

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