Html Css Color HEX #BC7797 Hopbush

📋 copy color: '#BC7797'

red 188 ◦ green 119 ◦ blue 151

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

Shades of Hopbush #BC7797

Tints of Hopbush #BC7797

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 32.97%

R = 41.05%
G = 25.98%
B = 32.97%

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

#BC7797 (or 0xBC7797) is known color: Hopbush. HEX triplet: BC, 77 and 97. RGB value is (188,119,151). Sum of RGB (Red+Green+Blue) = 188+119+151=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 151 (59.38% from 255 or 32.97% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7797 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7797 is #438868. Grayscale: #8F8F8F. Windows color (decimal): -4425833 or 9926588. OLE color: 9926588.

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

Color convert

RGB 188 119 151 -
CMYK 0 0.37 0.20 0.26
HSL 332.17º 0.34% 0.6% -
HSV(B) 332.17º 0.37% 0.74% -
XYZ 32.92 26.12 32.58 -
YUV 143.28 132.36 159.9 -
System Red Green Blue C M Y K H S L
Decimal 188 119 151 0 0.37 0.20 0.26 332.17 0.34 0.6
Hex BC 77 97 0 25 14 1A 14C 22 3C
Octal 274 167 227 0 45 24 32 514 42 74
Binary 10111100 1110111 10010111 0 100101 10100 11010 101001100 100010 111100

Color Harmonies of #BC7797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7797

Black with #BC7797

Text Example


Text Example

White with #BC7797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7797; }

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

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

background-color css

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

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

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

border-color css

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

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

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