Html Css Color HEX #BC769A Hopbush

📋 copy color: '#BC769A'

red 188 ◦ green 118 ◦ blue 154

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

Shades of Hopbush #BC769A

Tints of Hopbush #BC769A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.65%

 BLUE value IS 154 (60.55% from 255) = 33.48%

R = 40.87%
G = 25.65%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC769A (or 0xBC769A) is known color: Hopbush. HEX triplet: BC, 76 and 9A. RGB value is (188,118,154). Sum of RGB (Red+Green+Blue) = 188+118+154=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 154 (60.55% from 255 or 33.48% from 460); Max value from RGB is 188 - color contains mainly: red. Hex color #BC769A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC769A is #438965. Grayscale: #8E8E8E. Windows color (decimal): -4426086 or 10122940. OLE color: 10122940.

HSL color Cylindrical-coordinate representation of color #BC769A: hue angle of 329.14º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC769A is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 118 154 -
CMYK 0 0.37 0.18 0.26
HSL 329.14º 0.34% 0.6% -
HSV(B) 329.14º 0.37% 0.74% -
XYZ 33.05 25.98 33.84 -
YUV 143.03 134.19 160.07 -
System Red Green Blue C M Y K H S L
Decimal 188 118 154 0 0.37 0.18 0.26 329.14 0.34 0.6
Hex BC 76 9A 0 25 12 1A 149 22 3C
Octal 274 166 232 0 45 22 32 511 42 74
Binary 10111100 1110110 10011010 0 100101 10010 11010 101001001 100010 111100

Color Harmonies of #BC769A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC769A

Black with #BC769A

Text Example


Text Example

White with #BC769A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC769A; }

 p { color: rgb(188,118,154); }

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

background-color css

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

 a { background-color: rgb(188,118,154); }

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

border-color css

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

 span { border-color: rgb(188,118,154); }

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