Html Css Color HEX #BC7793 Hopbush

📋 copy color: '#BC7793'

red 188 ◦ green 119 ◦ blue 147

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

Shades of Hopbush #BC7793

Tints of Hopbush #BC7793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 32.38%

R = 41.41%
G = 26.21%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BC7793 (or 0xBC7793) is known color: Hopbush. HEX triplet: BC, 77 and 93. RGB value is (188,119,147). Sum of RGB (Red+Green+Blue) = 188+119+147=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 147 (57.81% from 255 or 32.38% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7793 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7793 is #43886C. Grayscale: #8E8E8E. Windows color (decimal): -4425837 or 9664444. OLE color: 9664444.

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

Color convert

RGB 188 119 147 -
CMYK 0 0.37 0.22 0.26
HSL 335.65º 0.34% 0.6% -
HSV(B) 335.65º 0.37% 0.74% -
XYZ 32.6 25.99 30.9 -
YUV 142.82 130.36 160.22 -
System Red Green Blue C M Y K H S L
Decimal 188 119 147 0 0.37 0.22 0.26 335.65 0.34 0.6
Hex BC 77 93 0 25 16 1A 150 22 3C
Octal 274 167 223 0 45 26 32 520 42 74
Binary 10111100 1110111 10010011 0 100101 10110 11010 101010000 100010 111100

Color Harmonies of #BC7793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7793

Black with #BC7793

Text Example


Text Example

White with #BC7793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7793; }

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

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

background-color css

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

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

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

border-color css

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

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

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