Html Css Color HEX #BE7090 Hopbush

📋 copy color: '#BE7090'

red 190 ◦ green 112 ◦ blue 144

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

Shades of Hopbush #BE7090

Tints of Hopbush #BE7090

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.11%

 BLUE value IS 144 (56.64% from 255) = 32.29%

R = 42.6%
G = 25.11%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BE7090 (or 0xBE7090) is known color: Hopbush. HEX triplet: BE, 70 and 90. RGB value is (190,112,144). Sum of RGB (Red+Green+Blue) = 190+112+144=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 144 (56.64% from 255 or 32.29% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7090 is #418F6F. Grayscale: #8A8A8A. Windows color (decimal): -4296560 or 9466046. OLE color: 9466046.

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

Color convert

RGB 190 112 144 -
CMYK 0 0.41 0.24 0.25
HSL 335.38º 0.38% 0.59% -
HSV(B) 335.38º 0.41% 0.75% -
XYZ 32.06 24.55 29.43 -
YUV 138.97 130.84 164.4 -
System Red Green Blue C M Y K H S L
Decimal 190 112 144 0 0.41 0.24 0.25 335.38 0.38 0.59
Hex BE 70 90 0 29 18 19 14F 26 3B
Octal 276 160 220 0 51 30 31 517 46 73
Binary 10111110 1110000 10010000 0 101001 11000 11001 101001111 100110 111011

Color Harmonies of #BE7090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7090

Black with #BE7090

Text Example


Text Example

White with #BE7090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7090; }

 p { color: rgb(190,112,144); }

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

background-color css

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

 a { background-color: rgb(190,112,144); }

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

border-color css

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

 span { border-color: rgb(190,112,144); }

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