Html Css Color HEX #BE698F Hopbush

📋 copy color: '#BE698F'

red 190 ◦ green 105 ◦ blue 143

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

Shades of Hopbush #BE698F

Tints of Hopbush #BE698F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.97%

 BLUE value IS 143 (56.25% from 255) = 32.65%

R = 43.38%
G = 23.97%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BE698F (or 0xBE698F) is known color: Hopbush. HEX triplet: BE, 69 and 8F. RGB value is (190,105,143). Sum of RGB (Red+Green+Blue) = 190+105+143=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 143 (56.25% from 255 or 32.65% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BE698F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE698F is #419670. Grayscale: #868686. Windows color (decimal): -4298353 or 9398718. OLE color: 9398718.

HSL color Cylindrical-coordinate representation of color #BE698F: hue angle of 333.18º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE698F is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 105 143 -
CMYK 0 0.45 0.25 0.25
HSL 333.18º 0.4% 0.58% -
HSV(B) 333.18º 0.45% 0.75% -
XYZ 31.24 23.03 28.79 -
YUV 134.75 132.66 167.41 -
System Red Green Blue C M Y K H S L
Decimal 190 105 143 0 0.45 0.25 0.25 333.18 0.4 0.58
Hex BE 69 8F 0 2D 19 19 14D 28 3A
Octal 276 151 217 0 55 31 31 515 50 72
Binary 10111110 1101001 10001111 0 101101 11001 11001 101001101 101000 111010

Color Harmonies of #BE698F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE698F

Black with #BE698F

Text Example


Text Example

White with #BE698F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE698F; }

 p { color: rgb(190,105,143); }

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

background-color css

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

 a { background-color: rgb(190,105,143); }

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

border-color css

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

 span { border-color: rgb(190,105,143); }

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