Html Css Color HEX #BE698D Hopbush

📋 copy color: '#BE698D'

red 190 ◦ green 105 ◦ blue 141

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

Shades of Hopbush #BE698D

Tints of Hopbush #BE698D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.34%

R = 43.58%
G = 24.08%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE698D (or 0xBE698D) is known color: Hopbush. HEX triplet: BE, 69 and 8D. RGB value is (190,105,141). Sum of RGB (Red+Green+Blue) = 190+105+141=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BE698D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE698D is #419672. Grayscale: #868686. Windows color (decimal): -4298355 or 9267646. OLE color: 9267646.

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

Color convert

RGB 190 105 141 -
CMYK 0 0.45 0.26 0.25
HSL 334.59º 0.4% 0.58% -
HSV(B) 334.59º 0.45% 0.75% -
XYZ 31.09 22.97 27.99 -
YUV 134.52 131.66 167.57 -
System Red Green Blue C M Y K H S L
Decimal 190 105 141 0 0.45 0.26 0.25 334.59 0.4 0.58
Hex BE 69 8D 0 2D 1A 19 14F 28 3A
Octal 276 151 215 0 55 32 31 517 50 72
Binary 10111110 1101001 10001101 0 101101 11010 11001 101001111 101000 111010

Color Harmonies of #BE698D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE698D

Black with #BE698D

Text Example


Text Example

White with #BE698D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE698D; }

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

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

background-color css

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

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

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

border-color css

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

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

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