Html Css Color HEX #BD7998 Hopbush

📋 copy color: '#BD7998'

red 189 ◦ green 121 ◦ blue 152

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

Shades of Hopbush #BD7998

Tints of Hopbush #BD7998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 32.9%

R = 40.91%
G = 26.19%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BD7998 (or 0xBD7998) is known color: Hopbush. HEX triplet: BD, 79 and 98. RGB value is (189,121,152). Sum of RGB (Red+Green+Blue) = 189+121+152=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 152 (59.77% from 255 or 32.90% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7998 is #428667. Grayscale: #909090. Windows color (decimal): -4359784 or 9992637. OLE color: 9992637.

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

Color convert

RGB 189 121 152 -
CMYK 0 0.36 0.20 0.26
HSL 332.65º 0.34% 0.61% -
HSV(B) 332.65º 0.36% 0.74% -
XYZ 33.49 26.76 33.11 -
YUV 144.87 132.03 159.48 -
System Red Green Blue C M Y K H S L
Decimal 189 121 152 0 0.36 0.20 0.26 332.65 0.34 0.61
Hex BD 79 98 0 24 14 1A 14D 22 3D
Octal 275 171 230 0 44 24 32 515 42 75
Binary 10111101 1111001 10011000 0 100100 10100 11010 101001101 100010 111101

Color Harmonies of #BD7998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7998

Black with #BD7998

Text Example


Text Example

White with #BD7998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7998; }

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

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

background-color css

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

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

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

border-color css

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

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

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