Html Css Color HEX #BC7796 Hopbush

📋 copy color: '#BC7796'

red 188 ◦ green 119 ◦ blue 150

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

Shades of Hopbush #BC7796

Tints of Hopbush #BC7796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 32.82%

R = 41.14%
G = 26.04%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BC7796 (or 0xBC7796) is known color: Hopbush. HEX triplet: BC, 77 and 96. RGB value is (188,119,150). Sum of RGB (Red+Green+Blue) = 188+119+150=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 119 (46.88% from 255 or 26.04% from 457); Blue value is 150 (58.98% from 255 or 32.82% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7796 is #438869. Grayscale: #8F8F8F. Windows color (decimal): -4425834 or 9861052. OLE color: 9861052.

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

Color convert

RGB 188 119 150 -
CMYK 0 0.37 0.20 0.26
HSL 333.04º 0.34% 0.6% -
HSV(B) 333.04º 0.37% 0.74% -
XYZ 32.84 26.09 32.16 -
YUV 143.17 131.86 159.98 -
System Red Green Blue C M Y K H S L
Decimal 188 119 150 0 0.37 0.20 0.26 333.04 0.34 0.6
Hex BC 77 96 0 25 14 1A 14D 22 3C
Octal 274 167 226 0 45 24 32 515 42 74
Binary 10111100 1110111 10010110 0 100101 10100 11010 101001101 100010 111100

Color Harmonies of #BC7796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7796

Black with #BC7796

Text Example


Text Example

White with #BC7796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7796; }

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

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

background-color css

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

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

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

border-color css

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

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

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