Html Css Color HEX #BC7492 Hopbush

📋 copy color: '#BC7492'

red 188 ◦ green 116 ◦ blue 146

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

Shades of Hopbush #BC7492

Tints of Hopbush #BC7492

RGB

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

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

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

R = 41.78%
G = 25.78%
B = 32.44%

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

#BC7492 (or 0xBC7492) is known color: Hopbush. HEX triplet: BC, 74 and 92. RGB value is (188,116,146). Sum of RGB (Red+Green+Blue) = 188+116+146=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 146 (57.42% from 255 or 32.44% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7492 is #438B6D. Grayscale: #8C8C8C. Windows color (decimal): -4426606 or 9598140. OLE color: 9598140.

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

Color convert

RGB 188 116 146 -
CMYK 0 0.38 0.22 0.26
HSL 335º 0.35% 0.6% -
HSV(B) 335º 0.38% 0.74% -
XYZ 32.17 25.26 30.37 -
YUV 140.95 130.85 161.56 -
System Red Green Blue C M Y K H S L
Decimal 188 116 146 0 0.38 0.22 0.26 335 0.35 0.6
Hex BC 74 92 0 26 16 1A 14F 23 3C
Octal 274 164 222 0 46 26 32 517 43 74
Binary 10111100 1110100 10010010 0 100110 10110 11010 101001111 100011 111100

Color Harmonies of #BC7492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7492

Black with #BC7492

Text Example


Text Example

White with #BC7492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7492; }

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

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

background-color css

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

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

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

border-color css

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

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

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