Html Css Color HEX #BC7994 Hopbush

📋 copy color: '#BC7994'

red 188 ◦ green 121 ◦ blue 148

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

Shades of Hopbush #BC7994

Tints of Hopbush #BC7994

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.48%

 BLUE value IS 148 (58.2% from 255) = 32.39%

R = 41.14%
G = 26.48%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BC7994 (or 0xBC7994) is known color: Hopbush. HEX triplet: BC, 79 and 94. RGB value is (188,121,148). Sum of RGB (Red+Green+Blue) = 188+121+148=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 121 (47.66% from 255 or 26.48% from 457); Blue value is 148 (58.20% from 255 or 32.39% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7994 is #43866B. Grayscale: #909090. Windows color (decimal): -4425324 or 9730492. OLE color: 9730492.

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

Color convert

RGB 188 121 148 -
CMYK 0 0.36 0.21 0.26
HSL 335.82º 0.33% 0.61% -
HSV(B) 335.82º 0.36% 0.74% -
XYZ 32.92 26.5 31.4 -
YUV 144.11 130.2 159.3 -
System Red Green Blue C M Y K H S L
Decimal 188 121 148 0 0.36 0.21 0.26 335.82 0.33 0.61
Hex BC 79 94 0 24 15 1A 150 21 3D
Octal 274 171 224 0 44 25 32 520 41 75
Binary 10111100 1111001 10010100 0 100100 10101 11010 101010000 100001 111101

Color Harmonies of #BC7994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7994

Black with #BC7994

Text Example


Text Example

White with #BC7994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7994; }

 p { color: rgb(188,121,148); }

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

background-color css

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

 a { background-color: rgb(188,121,148); }

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

border-color css

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

 span { border-color: rgb(188,121,148); }

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