Html Css Color HEX #BE72A4 Bouquet

📋 copy color: '#BE72A4'

red 190 ◦ green 114 ◦ blue 164

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

Shades of Bouquet #BE72A4

Tints of Bouquet #BE72A4

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.36%

 BLUE value IS 164 (64.45% from 255) = 35.04%

R = 40.6%
G = 24.36%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#BE72A4 (or 0xBE72A4) is known color: Bouquet. HEX triplet: BE, 72 and A4. RGB value is (190,114,164). Sum of RGB (Red+Green+Blue) = 190+114+164=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 114 (44.92% from 255 or 24.36% from 468); Blue value is 164 (64.45% from 255 or 35.04% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BE72A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE72A4 is #418D5B. Grayscale: #8E8E8E. Windows color (decimal): -4296028 or 10777278. OLE color: 10777278.

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

Color convert

RGB 190 114 164 -
CMYK 0 0.40 0.14 0.25
HSL 320.53º 0.37% 0.6% -
HSV(B) 320.53º 0.4% 0.75% -
XYZ 33.95 25.66 38.29 -
YUV 142.42 140.18 161.93 -
System Red Green Blue C M Y K H S L
Decimal 190 114 164 0 0.40 0.14 0.25 320.53 0.37 0.6
Hex BE 72 A4 0 28 E 19 141 25 3C
Octal 276 162 244 0 50 16 31 501 45 74
Binary 10111110 1110010 10100100 0 101000 1110 11001 101000001 100101 111100

Color Harmonies of #BE72A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE72A4

Black with #BE72A4

Text Example


Text Example

White with #BE72A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE72A4; }

 p { color: rgb(190,114,164); }

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

background-color css

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

 a { background-color: rgb(190,114,164); }

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

border-color css

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

 span { border-color: rgb(190,114,164); }

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