Html Css Color HEX #BD739E Hopbush

📋 copy color: '#BD739E'

red 189 ◦ green 115 ◦ blue 158

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

Shades of Hopbush #BD739E

Tints of Hopbush #BD739E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.89%

 BLUE value IS 158 (62.11% from 255) = 34.2%

R = 40.91%
G = 24.89%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BD739E (or 0xBD739E) is known color: Hopbush. HEX triplet: BD, 73 and 9E. RGB value is (189,115,158). Sum of RGB (Red+Green+Blue) = 189+115+158=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 115 (45.31% from 255 or 24.89% from 462); Blue value is 158 (62.11% from 255 or 34.20% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BD739E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD739E is #428C61. Grayscale: #8D8D8D. Windows color (decimal): -4361314 or 10384317. OLE color: 10384317.

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

Color convert

RGB 189 115 158 -
CMYK 0 0.39 0.16 0.26
HSL 325.14º 0.36% 0.6% -
HSV(B) 325.14º 0.39% 0.74% -
XYZ 33.29 25.55 35.52 -
YUV 142.03 137.02 161.5 -
System Red Green Blue C M Y K H S L
Decimal 189 115 158 0 0.39 0.16 0.26 325.14 0.36 0.6
Hex BD 73 9E 0 27 10 1A 145 24 3C
Octal 275 163 236 0 47 20 32 505 44 74
Binary 10111101 1110011 10011110 0 100111 10000 11010 101000101 100100 111100

Color Harmonies of #BD739E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD739E

Black with #BD739E

Text Example


Text Example

White with #BD739E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD739E; }

 p { color: rgb(189,115,158); }

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

background-color css

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

 a { background-color: rgb(189,115,158); }

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

border-color css

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

 span { border-color: rgb(189,115,158); }

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