Html Css Color HEX #BC7896 Hopbush

📋 copy color: '#BC7896'

red 188 ◦ green 120 ◦ blue 150

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

Shades of Hopbush #BC7896

Tints of Hopbush #BC7896

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.2%

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

R = 41.05%
G = 26.2%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BC7896 (or 0xBC7896) is known color: Hopbush. HEX triplet: BC, 78 and 96. RGB value is (188,120,150). Sum of RGB (Red+Green+Blue) = 188+120+150=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 120 (47.27% from 255 or 26.20% from 458); Blue value is 150 (58.98% from 255 or 32.75% from 458); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7896 is #438769. Grayscale: #8F8F8F. Windows color (decimal): -4425578 or 9861308. OLE color: 9861308.

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

Color convert

RGB 188 120 150 -
CMYK 0 0.36 0.20 0.26
HSL 333.53º 0.34% 0.6% -
HSV(B) 333.53º 0.36% 0.74% -
XYZ 32.96 26.33 32.2 -
YUV 143.75 131.53 159.56 -
System Red Green Blue C M Y K H S L
Decimal 188 120 150 0 0.36 0.20 0.26 333.53 0.34 0.6
Hex BC 78 96 0 24 14 1A 14E 22 3C
Octal 274 170 226 0 44 24 32 516 42 74
Binary 10111100 1111000 10010110 0 100100 10100 11010 101001110 100010 111100

Color Harmonies of #BC7896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7896

Black with #BC7896

Text Example


Text Example

White with #BC7896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7896; }

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

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

background-color css

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

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

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

border-color css

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

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

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