Html Css Color HEX #BE7AA0 Bouquet

📋 copy color: '#BE7AA0'

red 190 ◦ green 122 ◦ blue 160

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

Shades of Bouquet #BE7AA0

Tints of Bouquet #BE7AA0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.85%

 BLUE value IS 160 (62.89% from 255) = 33.9%

R = 40.25%
G = 25.85%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BE7AA0 (or 0xBE7AA0) is known color: Bouquet. HEX triplet: BE, 7A and A0. RGB value is (190,122,160). Sum of RGB (Red+Green+Blue) = 190+122+160=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7AA0 is #41855F. Grayscale: #929292. Windows color (decimal): -4293984 or 10517182. OLE color: 10517182.

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

Color convert

RGB 190 122 160 -
CMYK 0 0.36 0.16 0.25
HSL 326.47º 0.34% 0.61% -
HSV(B) 326.47º 0.36% 0.75% -
XYZ 34.54 27.4 36.73 -
YUV 146.66 135.53 158.91 -
System Red Green Blue C M Y K H S L
Decimal 190 122 160 0 0.36 0.16 0.25 326.47 0.34 0.61
Hex BE 7A A0 0 24 10 19 146 22 3D
Octal 276 172 240 0 44 20 31 506 42 75
Binary 10111110 1111010 10100000 0 100100 10000 11001 101000110 100010 111101

Color Harmonies of #BE7AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7AA0

Black with #BE7AA0

Text Example


Text Example

White with #BE7AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7AA0; }

 p { color: rgb(190,122,160); }

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

background-color css

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

 a { background-color: rgb(190,122,160); }

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

border-color css

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

 span { border-color: rgb(190,122,160); }

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