Html Css Color HEX #BD7799 Hopbush

📋 copy color: '#BD7799'

red 189 ◦ green 119 ◦ blue 153

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

Shades of Hopbush #BD7799

Tints of Hopbush #BD7799

RGB

 RED value IS 189 (74.22% from 255) = 41%

 GREEN value IS 119 (46.88% from 255) = 25.81%

 BLUE value IS 153 (60.16% from 255) = 33.19%

R = 41%
G = 25.81%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BD7799 (or 0xBD7799) is known color: Hopbush. HEX triplet: BD, 77 and 99. RGB value is (189,119,153). Sum of RGB (Red+Green+Blue) = 189+119+153=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 119 (46.88% from 255 or 25.81% from 461); Blue value is 153 (60.16% from 255 or 33.19% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7799 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7799 is #428866. Grayscale: #8F8F8F. Windows color (decimal): -4360295 or 10057661. OLE color: 10057661.

HSL color Cylindrical-coordinate representation of color #BD7799: hue angle of 330.86º degrees, saturation: 0.35, 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 #BD7799 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 119 153 -
CMYK 0 0.37 0.19 0.26
HSL 330.86º 0.35% 0.6% -
HSV(B) 330.86º 0.37% 0.74% -
XYZ 33.33 26.31 33.46 -
YUV 143.81 133.19 160.24 -
System Red Green Blue C M Y K H S L
Decimal 189 119 153 0 0.37 0.19 0.26 330.86 0.35 0.6
Hex BD 77 99 0 25 13 1A 14B 23 3C
Octal 275 167 231 0 45 23 32 513 43 74
Binary 10111101 1110111 10011001 0 100101 10011 11010 101001011 100011 111100

Color Harmonies of #BD7799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7799

Black with #BD7799

Text Example


Text Example

White with #BD7799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7799; }

 p { color: rgb(189,119,153); }

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

background-color css

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

 a { background-color: rgb(189,119,153); }

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

border-color css

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

 span { border-color: rgb(189,119,153); }

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