Html Css Color HEX #BE73AA Bouquet

📋 copy color: '#BE73AA'

red 190 ◦ green 115 ◦ blue 170

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

Shades of Bouquet #BE73AA

Tints of Bouquet #BE73AA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.21%

 BLUE value IS 170 (66.8% from 255) = 35.79%

R = 40%
G = 24.21%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BE73AA (or 0xBE73AA) is known color: Bouquet. HEX triplet: BE, 73 and AA. RGB value is (190,115,170). Sum of RGB (Red+Green+Blue) = 190+115+170=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 115 (45.31% from 255 or 24.21% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BE73AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE73AA is #418C55. Grayscale: #8F8F8F. Windows color (decimal): -4295766 or 11170750. OLE color: 11170750.

HSL color Cylindrical-coordinate representation of color #BE73AA: hue angle of 316º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE73AA is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 115 170 -
CMYK 0 0.39 0.11 0.25
HSL 316º 0.37% 0.6% -
HSV(B) 316º 0.39% 0.75% -
XYZ 34.62 26.11 41.25 -
YUV 143.7 142.85 161.03 -
System Red Green Blue C M Y K H S L
Decimal 190 115 170 0 0.39 0.11 0.25 316 0.37 0.6
Hex BE 73 AA 0 27 B 19 13C 25 3C
Octal 276 163 252 0 47 13 31 474 45 74
Binary 10111110 1110011 10101010 0 100111 1011 11001 100111100 100101 111100

Color Harmonies of #BE73AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE73AA

Black with #BE73AA

Text Example


Text Example

White with #BE73AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE73AA; }

 p { color: rgb(190,115,170); }

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

background-color css

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

 a { background-color: rgb(190,115,170); }

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

border-color css

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

 span { border-color: rgb(190,115,170); }

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