Html Css Color HEX #BC7799 Hopbush

📋 copy color: '#BC7799'

red 188 ◦ green 119 ◦ blue 153

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

Shades of Hopbush #BC7799

Tints of Hopbush #BC7799

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.87%

 BLUE value IS 153 (60.16% from 255) = 33.26%

R = 40.87%
G = 25.87%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BC7799 (or 0xBC7799) is known color: Hopbush. HEX triplet: BC, 77 and 99. RGB value is (188,119,153). Sum of RGB (Red+Green+Blue) = 188+119+153=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 119 (46.88% from 255 or 25.87% from 460); Blue value is 153 (60.16% from 255 or 33.26% from 460); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7799 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7799 is #438866. Grayscale: #8F8F8F. Windows color (decimal): -4425831 or 10057660. OLE color: 10057660.

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

Color convert

RGB 188 119 153 -
CMYK 0 0.37 0.19 0.26
HSL 330.43º 0.34% 0.6% -
HSV(B) 330.43º 0.37% 0.74% -
XYZ 33.09 26.18 33.45 -
YUV 143.51 133.36 159.74 -
System Red Green Blue C M Y K H S L
Decimal 188 119 153 0 0.37 0.19 0.26 330.43 0.34 0.6
Hex BC 77 99 0 25 13 1A 14A 22 3C
Octal 274 167 231 0 45 23 32 512 42 74
Binary 10111100 1110111 10011001 0 100101 10011 11010 101001010 100010 111100

Color Harmonies of #BC7799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7799

Black with #BC7799

Text Example


Text Example

White with #BC7799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7799; }

 p { color: rgb(188,119,153); }

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

background-color css

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

 a { background-color: rgb(188,119,153); }

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

border-color css

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

 span { border-color: rgb(188,119,153); }

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