Html Css Color HEX #BC7191 Hopbush

📋 copy color: '#BC7191'

red 188 ◦ green 113 ◦ blue 145

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

Shades of Hopbush #BC7191

Tints of Hopbush #BC7191

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.34%

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

R = 42.15%
G = 25.34%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BC7191 (or 0xBC7191) is known color: Hopbush. HEX triplet: BC, 71 and 91. RGB value is (188,113,145). Sum of RGB (Red+Green+Blue) = 188+113+145=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 145 (57.03% from 255 or 32.51% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7191 is #438E6E. Grayscale: #8B8B8B. Windows color (decimal): -4427375 or 9531836. OLE color: 9531836.

HSL color Cylindrical-coordinate representation of color #BC7191: hue angle of 334.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC7191 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 113 145 -
CMYK 0 0.40 0.23 0.26
HSL 334.4º 0.36% 0.59% -
HSV(B) 334.4º 0.4% 0.74% -
XYZ 31.76 24.55 29.85 -
YUV 139.07 131.35 162.9 -
System Red Green Blue C M Y K H S L
Decimal 188 113 145 0 0.40 0.23 0.26 334.4 0.36 0.59
Hex BC 71 91 0 28 17 1A 14E 24 3B
Octal 274 161 221 0 50 27 32 516 44 73
Binary 10111100 1110001 10010001 0 101000 10111 11010 101001110 100100 111011

Color Harmonies of #BC7191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7191

Black with #BC7191

Text Example


Text Example

White with #BC7191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7191; }

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

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

background-color css

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

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

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

border-color css

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

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

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