Html Css Color HEX #BD799D Hopbush

📋 copy color: '#BD799D'

red 189 ◦ green 121 ◦ blue 157

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

Shades of Hopbush #BD799D

Tints of Hopbush #BD799D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 33.62%

R = 40.47%
G = 25.91%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD799D (or 0xBD799D) is known color: Hopbush. HEX triplet: BD, 79 and 9D. RGB value is (189,121,157). Sum of RGB (Red+Green+Blue) = 189+121+157=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BD799D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD799D is #428662. Grayscale: #919191. Windows color (decimal): -4359779 or 10320317. OLE color: 10320317.

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

Color convert

RGB 189 121 157 -
CMYK 0 0.36 0.17 0.26
HSL 328.24º 0.34% 0.61% -
HSV(B) 328.24º 0.36% 0.74% -
XYZ 33.91 26.93 35.31 -
YUV 145.44 134.53 159.07 -
System Red Green Blue C M Y K H S L
Decimal 189 121 157 0 0.36 0.17 0.26 328.24 0.34 0.61
Hex BD 79 9D 0 24 11 1A 148 22 3D
Octal 275 171 235 0 44 21 32 510 42 75
Binary 10111101 1111001 10011101 0 100100 10001 11010 101001000 100010 111101

Color Harmonies of #BD799D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD799D

Black with #BD799D

Text Example


Text Example

White with #BD799D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD799D; }

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

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

background-color css

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

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

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

border-color css

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

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

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