Html Css Color HEX #BD7295 Hopbush

📋 copy color: '#BD7295'

red 189 ◦ green 114 ◦ blue 149

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

Shades of Hopbush #BD7295

Tints of Hopbush #BD7295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 32.96%

R = 41.81%
G = 25.22%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BD7295 (or 0xBD7295) is known color: Hopbush. HEX triplet: BD, 72 and 95. RGB value is (189,114,149). Sum of RGB (Red+Green+Blue) = 189+114+149=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 149 (58.59% from 255 or 32.96% from 452); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7295 is #428D6A. Grayscale: #8C8C8C. Windows color (decimal): -4361579 or 9794237. OLE color: 9794237.

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

Color convert

RGB 189 114 149 -
CMYK 0 0.40 0.21 0.26
HSL 332º 0.36% 0.59% -
HSV(B) 332º 0.4% 0.74% -
XYZ 32.43 25.02 31.55 -
YUV 140.42 132.85 162.65 -
System Red Green Blue C M Y K H S L
Decimal 189 114 149 0 0.40 0.21 0.26 332 0.36 0.59
Hex BD 72 95 0 28 15 1A 14C 24 3B
Octal 275 162 225 0 50 25 32 514 44 73
Binary 10111101 1110010 10010101 0 101000 10101 11010 101001100 100100 111011

Color Harmonies of #BD7295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7295

Black with #BD7295

Text Example


Text Example

White with #BD7295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7295; }

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

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

background-color css

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

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

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

border-color css

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

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

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