Html Css Color HEX #BE7B98 Hopbush

📋 copy color: '#BE7B98'

red 190 ◦ green 123 ◦ blue 152

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

Shades of Hopbush #BE7B98

Tints of Hopbush #BE7B98

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.45%

 BLUE value IS 152 (59.77% from 255) = 32.69%

R = 40.86%
G = 26.45%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.2

 K value IS 0.25

RGB Variations

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

Color information

#BE7B98 (or 0xBE7B98) is known color: Hopbush. HEX triplet: BE, 7B and 98. RGB value is (190,123,152). Sum of RGB (Red+Green+Blue) = 190+123+152=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 152 (59.77% from 255 or 32.69% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7B98 is #418467. Grayscale: #929292. Windows color (decimal): -4293736 or 9993150. OLE color: 9993150.

HSL color Cylindrical-coordinate representation of color #BE7B98: hue angle of 334.03º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE7B98 is Cyan = 0, Magento = 0.35, Yellow = 0.2 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 123 152 -
CMYK 0 0.35 0.2 0.25
HSL 334.03º 0.34% 0.61% -
HSV(B) 334.03º 0.35% 0.75% -
XYZ 33.99 27.38 33.2 -
YUV 146.34 131.2 159.14 -
System Red Green Blue C M Y K H S L
Decimal 190 123 152 0 0.35 0.2 0.25 334.03 0.34 0.61
Hex BE 7B 98 0 23 14 19 14E 22 3D
Octal 276 173 230 0 43 24 31 516 42 75
Binary 10111110 1111011 10011000 0 100011 10100 11001 101001110 100010 111101

Color Harmonies of #BE7B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7B98

Black with #BE7B98

Text Example


Text Example

White with #BE7B98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7B98; }

 p { color: rgb(190,123,152); }

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

background-color css

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

 a { background-color: rgb(190,123,152); }

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

border-color css

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

 span { border-color: rgb(190,123,152); }

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