Html Css Color HEX #BD749C Hopbush

📋 copy color: '#BD749C'

red 189 ◦ green 116 ◦ blue 156

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

Shades of Hopbush #BD749C

Tints of Hopbush #BD749C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.16%

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

R = 41%
G = 25.16%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD749C (or 0xBD749C) is known color: Hopbush. HEX triplet: BD, 74 and 9C. RGB value is (189,116,156). Sum of RGB (Red+Green+Blue) = 189+116+156=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 116 (45.70% from 255 or 25.16% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BD749C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD749C is #428B63. Grayscale: #8E8E8E. Windows color (decimal): -4361060 or 10253501. OLE color: 10253501.

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

Color convert

RGB 189 116 156 -
CMYK 0 0.39 0.17 0.26
HSL 327.12º 0.36% 0.6% -
HSV(B) 327.12º 0.39% 0.74% -
XYZ 33.23 25.71 34.66 -
YUV 142.39 135.68 161.25 -
System Red Green Blue C M Y K H S L
Decimal 189 116 156 0 0.39 0.17 0.26 327.12 0.36 0.6
Hex BD 74 9C 0 27 11 1A 147 24 3C
Octal 275 164 234 0 47 21 32 507 44 74
Binary 10111101 1110100 10011100 0 100111 10001 11010 101000111 100100 111100

Color Harmonies of #BD749C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD749C

Black with #BD749C

Text Example


Text Example

White with #BD749C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD749C; }

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

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

background-color css

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

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

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

border-color css

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

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

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