Html Css Color HEX #BE7595 Hopbush

📋 copy color: '#BE7595'

red 190 ◦ green 117 ◦ blue 149

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

Shades of Hopbush #BE7595

Tints of Hopbush #BE7595

RGB

 RED value IS 190 (74.61% from 255) = 41.67%

 GREEN value IS 117 (46.09% from 255) = 25.66%

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

R = 41.67%
G = 25.66%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BE7595 (or 0xBE7595) is known color: Hopbush. HEX triplet: BE, 75 and 95. RGB value is (190,117,149). Sum of RGB (Red+Green+Blue) = 190+117+149=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 149 (58.59% from 255 or 32.68% from 456); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7595 is #418A6A. Grayscale: #8E8E8E. Windows color (decimal): -4295275 or 9795006. OLE color: 9795006.

HSL color Cylindrical-coordinate representation of color #BE7595: hue angle of 333.7º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE7595 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 117 149 -
CMYK 0 0.38 0.22 0.25
HSL 333.7º 0.36% 0.6% -
HSV(B) 333.7º 0.38% 0.75% -
XYZ 33.02 25.84 31.68 -
YUV 142.48 131.68 161.9 -
System Red Green Blue C M Y K H S L
Decimal 190 117 149 0 0.38 0.22 0.25 333.7 0.36 0.6
Hex BE 75 95 0 26 16 19 14E 24 3C
Octal 276 165 225 0 46 26 31 516 44 74
Binary 10111110 1110101 10010101 0 100110 10110 11001 101001110 100100 111100

Color Harmonies of #BE7595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7595

Black with #BE7595

Text Example


Text Example

White with #BE7595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7595; }

 p { color: rgb(190,117,149); }

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

background-color css

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

 a { background-color: rgb(190,117,149); }

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

border-color css

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

 span { border-color: rgb(190,117,149); }

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