Html Css Color HEX #BE74A1 Bouquet

📋 copy color: '#BE74A1'

red 190 ◦ green 116 ◦ blue 161

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

Shades of Bouquet #BE74A1

Tints of Bouquet #BE74A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 34.48%

R = 40.69%
G = 24.84%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BE74A1 (or 0xBE74A1) is known color: Bouquet. HEX triplet: BE, 74 and A1. RGB value is (190,116,161). Sum of RGB (Red+Green+Blue) = 190+116+161=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 161 (63.28% from 255 or 34.48% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BE74A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE74A1 is #418B5E. Grayscale: #8F8F8F. Windows color (decimal): -4295519 or 10581182. OLE color: 10581182.

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

Color convert

RGB 190 116 161 -
CMYK 0 0.39 0.15 0.25
HSL 323.51º 0.36% 0.6% -
HSV(B) 323.51º 0.39% 0.75% -
XYZ 33.91 26.01 36.95 -
YUV 143.26 138.02 161.34 -
System Red Green Blue C M Y K H S L
Decimal 190 116 161 0 0.39 0.15 0.25 323.51 0.36 0.6
Hex BE 74 A1 0 27 F 19 144 24 3C
Octal 276 164 241 0 47 17 31 504 44 74
Binary 10111110 1110100 10100001 0 100111 1111 11001 101000100 100100 111100

Color Harmonies of #BE74A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE74A1

Black with #BE74A1

Text Example


Text Example

White with #BE74A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE74A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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