Html Css Color HEX #BE72A6 Bouquet

📋 copy color: '#BE72A6'

red 190 ◦ green 114 ◦ blue 166

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

Shades of Bouquet #BE72A6

Tints of Bouquet #BE72A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 35.32%

R = 40.43%
G = 24.26%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BE72A6 (or 0xBE72A6) is known color: Bouquet. HEX triplet: BE, 72 and A6. RGB value is (190,114,166). Sum of RGB (Red+Green+Blue) = 190+114+166=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 114 (44.92% from 255 or 24.26% from 470); Blue value is 166 (65.23% from 255 or 35.32% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BE72A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE72A6 is #418D59. Grayscale: #8E8E8E. Windows color (decimal): -4296026 or 10908350. OLE color: 10908350.

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

Color convert

RGB 190 114 166 -
CMYK 0 0.40 0.13 0.25
HSL 318.95º 0.37% 0.6% -
HSV(B) 318.95º 0.4% 0.75% -
XYZ 34.14 25.73 39.24 -
YUV 142.65 141.18 161.77 -
System Red Green Blue C M Y K H S L
Decimal 190 114 166 0 0.40 0.13 0.25 318.95 0.37 0.6
Hex BE 72 A6 0 28 D 19 13F 25 3C
Octal 276 162 246 0 50 15 31 477 45 74
Binary 10111110 1110010 10100110 0 101000 1101 11001 100111111 100101 111100

Color Harmonies of #BE72A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE72A6

Black with #BE72A6

Text Example


Text Example

White with #BE72A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE72A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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