Html Css Color HEX #BC759D Bouquet

📋 copy color: '#BC759D'

red 188 ◦ green 117 ◦ blue 157

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

Shades of Bouquet #BC759D

Tints of Bouquet #BC759D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.32%

 BLUE value IS 157 (61.72% from 255) = 33.98%

R = 40.69%
G = 25.32%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC759D (or 0xBC759D) is known color: Bouquet. HEX triplet: BC, 75 and 9D. RGB value is (188,117,157). Sum of RGB (Red+Green+Blue) = 188+117+157=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 117 (46.09% from 255 or 25.32% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BC759D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC759D is #438A62. Grayscale: #8E8E8E. Windows color (decimal): -4426339 or 10319292. OLE color: 10319292.

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

Color convert

RGB 188 117 157 -
CMYK 0 0.38 0.16 0.26
HSL 326.2º 0.35% 0.6% -
HSV(B) 326.2º 0.38% 0.74% -
XYZ 33.19 25.85 35.14 -
YUV 142.79 136.02 160.25 -
System Red Green Blue C M Y K H S L
Decimal 188 117 157 0 0.38 0.16 0.26 326.2 0.35 0.6
Hex BC 75 9D 0 26 10 1A 146 23 3C
Octal 274 165 235 0 46 20 32 506 43 74
Binary 10111100 1110101 10011101 0 100110 10000 11010 101000110 100011 111100

Color Harmonies of #BC759D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC759D

Black with #BC759D

Text Example


Text Example

White with #BC759D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC759D; }

 p { color: rgb(188,117,157); }

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

background-color css

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

 a { background-color: rgb(188,117,157); }

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

border-color css

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

 span { border-color: rgb(188,117,157); }

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