Html Css Color HEX #BC6B96 Hopbush

📋 copy color: '#BC6B96'

red 188 ◦ green 107 ◦ blue 150

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

Shades of Hopbush #BC6B96

Tints of Hopbush #BC6B96

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.04%

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

R = 42.25%
G = 24.04%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BC6B96 (or 0xBC6B96) is known color: Hopbush. HEX triplet: BC, 6B and 96. RGB value is (188,107,150). Sum of RGB (Red+Green+Blue) = 188+107+150=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 107 (42.19% from 255 or 24.04% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6B96 is #439469. Grayscale: #888888. Windows color (decimal): -4428906 or 9857980. OLE color: 9857980.

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

Color convert

RGB 188 107 150 -
CMYK 0 0.43 0.20 0.26
HSL 328.15º 0.38% 0.58% -
HSV(B) 328.15º 0.43% 0.74% -
XYZ 31.5 23.41 31.71 -
YUV 136.12 135.84 165 -
System Red Green Blue C M Y K H S L
Decimal 188 107 150 0 0.43 0.20 0.26 328.15 0.38 0.58
Hex BC 6B 96 0 2B 14 1A 148 26 3A
Octal 274 153 226 0 53 24 32 510 46 72
Binary 10111100 1101011 10010110 0 101011 10100 11010 101001000 100110 111010

Color Harmonies of #BC6B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6B96

Black with #BC6B96

Text Example


Text Example

White with #BC6B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6B96; }

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

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

background-color css

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

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

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

border-color css

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

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

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