Html Css Color HEX #BD759B Hopbush

📋 copy color: '#BD759B'

red 189 ◦ green 117 ◦ blue 155

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

Shades of Hopbush #BD759B

Tints of Hopbush #BD759B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.38%

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

R = 41%
G = 25.38%
B = 33.62%

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

#BD759B (or 0xBD759B) is known color: Hopbush. HEX triplet: BD, 75 and 9B. RGB value is (189,117,155). Sum of RGB (Red+Green+Blue) = 189+117+155=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 117 (46.09% from 255 or 25.38% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BD759B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD759B is #428A64. Grayscale: #8E8E8E. Windows color (decimal): -4360805 or 10188221. OLE color: 10188221.

HSL color Cylindrical-coordinate representation of color #BD759B: hue angle of 328.33º 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 #BD759B is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 117 155 -
CMYK 0 0.38 0.18 0.26
HSL 328.33º 0.35% 0.6% -
HSV(B) 328.33º 0.38% 0.74% -
XYZ 33.26 25.91 34.26 -
YUV 142.86 134.85 160.91 -
System Red Green Blue C M Y K H S L
Decimal 189 117 155 0 0.38 0.18 0.26 328.33 0.35 0.6
Hex BD 75 9B 0 26 12 1A 148 23 3C
Octal 275 165 233 0 46 22 32 510 43 74
Binary 10111101 1110101 10011011 0 100110 10010 11010 101001000 100011 111100

Color Harmonies of #BD759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD759B

Black with #BD759B

Text Example


Text Example

White with #BD759B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD759B; }

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

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

background-color css

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

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

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

border-color css

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

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

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