Html Css Color HEX #BD7994 Hopbush

📋 copy color: '#BD7994'

red 189 ◦ green 121 ◦ blue 148

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

Shades of Hopbush #BD7994

Tints of Hopbush #BD7994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 32.31%

R = 41.27%
G = 26.42%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BD7994 (or 0xBD7994) is known color: Hopbush. HEX triplet: BD, 79 and 94. RGB value is (189,121,148). Sum of RGB (Red+Green+Blue) = 189+121+148=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 121 (47.66% from 255 or 26.42% from 458); Blue value is 148 (58.20% from 255 or 32.31% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7994 is #42866B. Grayscale: #909090. Windows color (decimal): -4359788 or 9730493. OLE color: 9730493.

HSL color Cylindrical-coordinate representation of color #BD7994: hue angle of 336.18º degrees, saturation: 0.34, 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 #BD7994 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 121 148 -
CMYK 0 0.36 0.22 0.26
HSL 336.18º 0.34% 0.61% -
HSV(B) 336.18º 0.36% 0.74% -
XYZ 33.17 26.63 31.41 -
YUV 144.41 130.03 159.8 -
System Red Green Blue C M Y K H S L
Decimal 189 121 148 0 0.36 0.22 0.26 336.18 0.34 0.61
Hex BD 79 94 0 24 16 1A 150 22 3D
Octal 275 171 224 0 44 26 32 520 42 75
Binary 10111101 1111001 10010100 0 100100 10110 11010 101010000 100010 111101

Color Harmonies of #BD7994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7994

Black with #BD7994

Text Example


Text Example

White with #BD7994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7994; }

 p { color: rgb(189,121,148); }

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

background-color css

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

 a { background-color: rgb(189,121,148); }

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

border-color css

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

 span { border-color: rgb(189,121,148); }

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