Html Css Color HEX #BC6796 Hopbush

📋 copy color: '#BC6796'

red 188 ◦ green 103 ◦ blue 150

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

Shades of Hopbush #BC6796

Tints of Hopbush #BC6796

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.36%

 BLUE value IS 150 (58.98% from 255) = 34.01%

R = 42.63%
G = 23.36%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BC6796 (or 0xBC6796) is known color: Hopbush. HEX triplet: BC, 67 and 96. RGB value is (188,103,150). Sum of RGB (Red+Green+Blue) = 188+103+150=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 103 (40.62% from 255 or 23.36% from 441); Blue value is 150 (58.98% from 255 or 34.01% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6796 is #439869. Grayscale: #858585. Windows color (decimal): -4429930 or 9856956. OLE color: 9856956.

HSL color Cylindrical-coordinate representation of color #BC6796: hue angle of 326.82º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC6796 is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 103 150 -
CMYK 0 0.45 0.20 0.26
HSL 326.82º 0.39% 0.57% -
HSV(B) 326.82º 0.45% 0.74% -
XYZ 31.09 22.59 31.58 -
YUV 133.77 137.16 166.68 -
System Red Green Blue C M Y K H S L
Decimal 188 103 150 0 0.45 0.20 0.26 326.82 0.39 0.57
Hex BC 67 96 0 2D 14 1A 147 27 39
Octal 274 147 226 0 55 24 32 507 47 71
Binary 10111100 1100111 10010110 0 101101 10100 11010 101000111 100111 111001

Color Harmonies of #BC6796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6796

Black with #BC6796

Text Example


Text Example

White with #BC6796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6796; }

 p { color: rgb(188,103,150); }

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

background-color css

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

 a { background-color: rgb(188,103,150); }

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

border-color css

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

 span { border-color: rgb(188,103,150); }

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