Html Css Color HEX #BE7AA2 Bouquet

📋 copy color: '#BE7AA2'

red 190 ◦ green 122 ◦ blue 162

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

Shades of Bouquet #BE7AA2

Tints of Bouquet #BE7AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 34.18%

R = 40.08%
G = 25.74%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BE7AA2 (or 0xBE7AA2) is known color: Bouquet. HEX triplet: BE, 7A and A2. RGB value is (190,122,162). Sum of RGB (Red+Green+Blue) = 190+122+162=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 162 (63.67% from 255 or 34.18% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7AA2 is #41855D. Grayscale: #929292. Windows color (decimal): -4293982 or 10648254. OLE color: 10648254.

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

Color convert

RGB 190 122 162 -
CMYK 0 0.36 0.15 0.25
HSL 324.71º 0.34% 0.61% -
HSV(B) 324.71º 0.36% 0.75% -
XYZ 34.72 27.47 37.66 -
YUV 146.89 136.53 158.75 -
System Red Green Blue C M Y K H S L
Decimal 190 122 162 0 0.36 0.15 0.25 324.71 0.34 0.61
Hex BE 7A A2 0 24 F 19 145 22 3D
Octal 276 172 242 0 44 17 31 505 42 75
Binary 10111110 1111010 10100010 0 100100 1111 11001 101000101 100010 111101

Color Harmonies of #BE7AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7AA2

Black with #BE7AA2

Text Example


Text Example

White with #BE7AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7AA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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