Html Css Color HEX #BE689A Hopbush

📋 copy color: '#BE689A'

red 190 ◦ green 104 ◦ blue 154

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

Shades of Hopbush #BE689A

Tints of Hopbush #BE689A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.21%

 BLUE value IS 154 (60.55% from 255) = 34.38%

R = 42.41%
G = 23.21%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BE689A (or 0xBE689A) is known color: Hopbush. HEX triplet: BE, 68 and 9A. RGB value is (190,104,154). Sum of RGB (Red+Green+Blue) = 190+104+154=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 104 (41.02% from 255 or 23.21% from 448); Blue value is 154 (60.55% from 255 or 34.38% from 448); Max value from RGB is 190 - color contains mainly: red. Hex color #BE689A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE689A is #419765. Grayscale: #878787. Windows color (decimal): -4298598 or 10119358. OLE color: 10119358.

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

Color convert

RGB 190 104 154 -
CMYK 0 0.45 0.19 0.25
HSL 325.12º 0.4% 0.58% -
HSV(B) 325.12º 0.45% 0.75% -
XYZ 32.02 23.18 33.36 -
YUV 135.41 138.49 166.93 -
System Red Green Blue C M Y K H S L
Decimal 190 104 154 0 0.45 0.19 0.25 325.12 0.4 0.58
Hex BE 68 9A 0 2D 13 19 145 28 3A
Octal 276 150 232 0 55 23 31 505 50 72
Binary 10111110 1101000 10011010 0 101101 10011 11001 101000101 101000 111010

Color Harmonies of #BE689A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE689A

Black with #BE689A

Text Example


Text Example

White with #BE689A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE689A; }

 p { color: rgb(190,104,154); }

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

background-color css

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

 a { background-color: rgb(190,104,154); }

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

border-color css

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

 span { border-color: rgb(190,104,154); }

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