Html Css Color HEX #BD769B Hopbush

📋 copy color: '#BD769B'

red 189 ◦ green 118 ◦ blue 155

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

Shades of Hopbush #BD769B

Tints of Hopbush #BD769B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.55%

R = 40.91%
G = 25.54%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BD769B (or 0xBD769B) is known color: Hopbush. HEX triplet: BD, 76 and 9B. RGB value is (189,118,155). Sum of RGB (Red+Green+Blue) = 189+118+155=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 118 (46.48% from 255 or 25.54% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BD769B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD769B is #428964. Grayscale: #8F8F8F. Windows color (decimal): -4360549 or 10188477. OLE color: 10188477.

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

Color convert

RGB 189 118 155 -
CMYK 0 0.38 0.18 0.26
HSL 328.73º 0.35% 0.6% -
HSV(B) 328.73º 0.38% 0.74% -
XYZ 33.38 26.14 34.3 -
YUV 143.45 134.52 160.49 -
System Red Green Blue C M Y K H S L
Decimal 189 118 155 0 0.38 0.18 0.26 328.73 0.35 0.6
Hex BD 76 9B 0 26 12 1A 149 23 3C
Octal 275 166 233 0 46 22 32 511 43 74
Binary 10111101 1110110 10011011 0 100110 10010 11010 101001001 100011 111100

Color Harmonies of #BD769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD769B

Black with #BD769B

Text Example


Text Example

White with #BD769B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD769B; }

 p { color: rgb(189,118,155); }

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

background-color css

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

 a { background-color: rgb(189,118,155); }

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

border-color css

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

 span { border-color: rgb(189,118,155); }

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