Html Css Color HEX #BC6295 Hopbush

📋 copy color: '#BC6295'

red 188 ◦ green 98 ◦ blue 149

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

Shades of Hopbush #BC6295

Tints of Hopbush #BC6295

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.53%

 BLUE value IS 149 (58.59% from 255) = 34.25%

R = 43.22%
G = 22.53%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BC6295 (or 0xBC6295) is known color: Hopbush. HEX triplet: BC, 62 and 95. RGB value is (188,98,149). Sum of RGB (Red+Green+Blue) = 188+98+149=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 98 (38.67% from 255 or 22.53% from 435); Blue value is 149 (58.59% from 255 or 34.25% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6295 is #439D6A. Grayscale: #828282. Windows color (decimal): -4431211 or 9790140. OLE color: 9790140.

HSL color Cylindrical-coordinate representation of color #BC6295: hue angle of 326º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC6295 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 98 149 -
CMYK 0 0.48 0.21 0.26
HSL 326º 0.4% 0.56% -
HSV(B) 326º 0.48% 0.74% -
XYZ 30.53 21.6 30.99 -
YUV 130.72 138.32 168.85 -
System Red Green Blue C M Y K H S L
Decimal 188 98 149 0 0.48 0.21 0.26 326 0.4 0.56
Hex BC 62 95 0 30 15 1A 146 28 38
Octal 274 142 225 0 60 25 32 506 50 70
Binary 10111100 1100010 10010101 0 110000 10101 11010 101000110 101000 111000

Color Harmonies of #BC6295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6295

Black with #BC6295

Text Example


Text Example

White with #BC6295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6295; }

 p { color: rgb(188,98,149); }

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

background-color css

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

 a { background-color: rgb(188,98,149); }

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

border-color css

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

 span { border-color: rgb(188,98,149); }

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