Html Css Color HEX #BC7491 Hopbush

📋 copy color: '#BC7491'

red 188 ◦ green 116 ◦ blue 145

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

Shades of Hopbush #BC7491

Tints of Hopbush #BC7491

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.84%

 BLUE value IS 145 (57.03% from 255) = 32.29%

R = 41.87%
G = 25.84%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BC7491 (or 0xBC7491) is known color: Hopbush. HEX triplet: BC, 74 and 91. RGB value is (188,116,145). Sum of RGB (Red+Green+Blue) = 188+116+145=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 116 (45.70% from 255 or 25.84% from 449); Blue value is 145 (57.03% from 255 or 32.29% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7491 is #438B6E. Grayscale: #8C8C8C. Windows color (decimal): -4426607 or 9532604. OLE color: 9532604.

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

Color convert

RGB 188 116 145 -
CMYK 0 0.38 0.23 0.26
HSL 335.83º 0.35% 0.6% -
HSV(B) 335.83º 0.38% 0.74% -
XYZ 32.1 25.23 29.97 -
YUV 140.83 130.35 161.64 -
System Red Green Blue C M Y K H S L
Decimal 188 116 145 0 0.38 0.23 0.26 335.83 0.35 0.6
Hex BC 74 91 0 26 17 1A 150 23 3C
Octal 274 164 221 0 46 27 32 520 43 74
Binary 10111100 1110100 10010001 0 100110 10111 11010 101010000 100011 111100

Color Harmonies of #BC7491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7491

Black with #BC7491

Text Example


Text Example

White with #BC7491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7491; }

 p { color: rgb(188,116,145); }

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

background-color css

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

 a { background-color: rgb(188,116,145); }

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

border-color css

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

 span { border-color: rgb(188,116,145); }

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