Html Css Color HEX #BD729C Hopbush

📋 copy color: '#BD729C'

red 189 ◦ green 114 ◦ blue 156

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

Shades of Hopbush #BD729C

Tints of Hopbush #BD729C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.84%

 BLUE value IS 156 (61.33% from 255) = 33.99%

R = 41.18%
G = 24.84%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD729C (or 0xBD729C) is known color: Hopbush. HEX triplet: BD, 72 and 9C. RGB value is (189,114,156). Sum of RGB (Red+Green+Blue) = 189+114+156=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 114 (44.92% from 255 or 24.84% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BD729C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD729C is #428D63. Grayscale: #8D8D8D. Windows color (decimal): -4361572 or 10252989. OLE color: 10252989.

HSL color Cylindrical-coordinate representation of color #BD729C: hue angle of 326.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD729C is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 114 156 -
CMYK 0 0.40 0.17 0.26
HSL 326.4º 0.36% 0.59% -
HSV(B) 326.4º 0.4% 0.74% -
XYZ 33 25.25 34.59 -
YUV 141.21 136.35 162.08 -
System Red Green Blue C M Y K H S L
Decimal 189 114 156 0 0.40 0.17 0.26 326.4 0.36 0.59
Hex BD 72 9C 0 28 11 1A 146 24 3B
Octal 275 162 234 0 50 21 32 506 44 73
Binary 10111101 1110010 10011100 0 101000 10001 11010 101000110 100100 111011

Color Harmonies of #BD729C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD729C

Black with #BD729C

Text Example


Text Example

White with #BD729C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD729C; }

 p { color: rgb(189,114,156); }

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

background-color css

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

 a { background-color: rgb(189,114,156); }

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

border-color css

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

 span { border-color: rgb(189,114,156); }

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