Html Css Color HEX #BC7996 Hopbush

📋 copy color: '#BC7996'

red 188 ◦ green 121 ◦ blue 150

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

Shades of Hopbush #BC7996

Tints of Hopbush #BC7996

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.36%

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

R = 40.96%
G = 26.36%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BC7996 (or 0xBC7996) is known color: Hopbush. HEX triplet: BC, 79 and 96. RGB value is (188,121,150). Sum of RGB (Red+Green+Blue) = 188+121+150=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 121 (47.66% from 255 or 26.36% from 459); Blue value is 150 (58.98% from 255 or 32.68% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7996 is #438669. Grayscale: #909090. Windows color (decimal): -4425322 or 9861564. OLE color: 9861564.

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

Color convert

RGB 188 121 150 -
CMYK 0 0.36 0.20 0.26
HSL 334.03º 0.33% 0.61% -
HSV(B) 334.03º 0.36% 0.74% -
XYZ 33.08 26.57 32.24 -
YUV 144.34 131.2 159.14 -
System Red Green Blue C M Y K H S L
Decimal 188 121 150 0 0.36 0.20 0.26 334.03 0.33 0.61
Hex BC 79 96 0 24 14 1A 14E 21 3D
Octal 274 171 226 0 44 24 32 516 41 75
Binary 10111100 1111001 10010110 0 100100 10100 11010 101001110 100001 111101

Color Harmonies of #BC7996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7996

Black with #BC7996

Text Example


Text Example

White with #BC7996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7996; }

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

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

background-color css

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

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

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

border-color css

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

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

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