Html Css Color HEX #BC7592 Hopbush

📋 copy color: '#BC7592'

red 188 ◦ green 117 ◦ blue 146

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

Shades of Hopbush #BC7592

Tints of Hopbush #BC7592

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.94%

 BLUE value IS 146 (57.42% from 255) = 32.37%

R = 41.69%
G = 25.94%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BC7592 (or 0xBC7592) is known color: Hopbush. HEX triplet: BC, 75 and 92. RGB value is (188,117,146). Sum of RGB (Red+Green+Blue) = 188+117+146=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 146 (57.42% from 255 or 32.37% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7592 is #438A6D. Grayscale: #8D8D8D. Windows color (decimal): -4426350 or 9598396. OLE color: 9598396.

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

Color convert

RGB 188 117 146 -
CMYK 0 0.38 0.22 0.26
HSL 335.49º 0.35% 0.6% -
HSV(B) 335.49º 0.38% 0.74% -
XYZ 32.29 25.49 30.41 -
YUV 141.54 130.52 161.14 -
System Red Green Blue C M Y K H S L
Decimal 188 117 146 0 0.38 0.22 0.26 335.49 0.35 0.6
Hex BC 75 92 0 26 16 1A 14F 23 3C
Octal 274 165 222 0 46 26 32 517 43 74
Binary 10111100 1110101 10010010 0 100110 10110 11010 101001111 100011 111100

Color Harmonies of #BC7592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7592

Black with #BC7592

Text Example


Text Example

White with #BC7592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7592; }

 p { color: rgb(188,117,146); }

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

background-color css

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

 a { background-color: rgb(188,117,146); }

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

border-color css

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

 span { border-color: rgb(188,117,146); }

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