Html Css Color HEX #BE74A9 Bouquet

📋 copy color: '#BE74A9'

red 190 ◦ green 116 ◦ blue 169

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

Shades of Bouquet #BE74A9

Tints of Bouquet #BE74A9

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.42%

 BLUE value IS 169 (66.41% from 255) = 35.58%

R = 40%
G = 24.42%
B = 35.58%

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

#BE74A9 (or 0xBE74A9) is known color: Bouquet. HEX triplet: BE, 74 and A9. RGB value is (190,116,169). Sum of RGB (Red+Green+Blue) = 190+116+169=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 116 (45.70% from 255 or 24.42% from 475); Blue value is 169 (66.41% from 255 or 35.58% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BE74A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE74A9 is #418B56. Grayscale: #909090. Windows color (decimal): -4295511 or 11105470. OLE color: 11105470.

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

Color convert

RGB 190 116 169 -
CMYK 0 0.39 0.11 0.25
HSL 317.03º 0.36% 0.6% -
HSV(B) 317.03º 0.39% 0.75% -
XYZ 34.64 26.3 40.79 -
YUV 144.17 142.02 160.69 -
System Red Green Blue C M Y K H S L
Decimal 190 116 169 0 0.39 0.11 0.25 317.03 0.36 0.6
Hex BE 74 A9 0 27 B 19 13D 24 3C
Octal 276 164 251 0 47 13 31 475 44 74
Binary 10111110 1110100 10101001 0 100111 1011 11001 100111101 100100 111100

Color Harmonies of #BE74A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE74A9

Black with #BE74A9

Text Example


Text Example

White with #BE74A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE74A9; }

 p { color: rgb(190,116,169); }

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

background-color css

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

 a { background-color: rgb(190,116,169); }

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

border-color css

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

 span { border-color: rgb(190,116,169); }

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