Html Css Color HEX #BC7B96 Hopbush

📋 copy color: '#BC7B96'

red 188 ◦ green 123 ◦ blue 150

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

Shades of Hopbush #BC7B96

Tints of Hopbush #BC7B96

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.68%

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

R = 40.78%
G = 26.68%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BC7B96 (or 0xBC7B96) is known color: Hopbush. HEX triplet: BC, 7B and 96. RGB value is (188,123,150). Sum of RGB (Red+Green+Blue) = 188+123+150=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 150 (58.98% from 255 or 32.54% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7B96 is #438469. Grayscale: #919191. Windows color (decimal): -4424810 or 9862076. OLE color: 9862076.

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

Color convert

RGB 188 123 150 -
CMYK 0 0.35 0.20 0.26
HSL 335.08º 0.33% 0.61% -
HSV(B) 335.08º 0.35% 0.74% -
XYZ 33.33 27.06 32.32 -
YUV 145.51 130.53 158.3 -
System Red Green Blue C M Y K H S L
Decimal 188 123 150 0 0.35 0.20 0.26 335.08 0.33 0.61
Hex BC 7B 96 0 23 14 1A 14F 21 3D
Octal 274 173 226 0 43 24 32 517 41 75
Binary 10111100 1111011 10010110 0 100011 10100 11010 101001111 100001 111101

Color Harmonies of #BC7B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7B96

Black with #BC7B96

Text Example


Text Example

White with #BC7B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7B96; }

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

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

background-color css

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

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

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

border-color css

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

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

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