Html Css Color HEX #BE72A2 Bouquet

📋 copy color: '#BE72A2'

red 190 ◦ green 114 ◦ blue 162

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

Shades of Bouquet #BE72A2

Tints of Bouquet #BE72A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 34.76%

R = 40.77%
G = 24.46%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BE72A2 (or 0xBE72A2) is known color: Bouquet. HEX triplet: BE, 72 and A2. RGB value is (190,114,162). Sum of RGB (Red+Green+Blue) = 190+114+162=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 114 (44.92% from 255 or 24.46% from 466); Blue value is 162 (63.67% from 255 or 34.76% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BE72A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE72A2 is #418D5D. Grayscale: #8E8E8E. Windows color (decimal): -4296030 or 10646206. OLE color: 10646206.

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

Color convert

RGB 190 114 162 -
CMYK 0 0.40 0.15 0.25
HSL 322.11º 0.37% 0.6% -
HSV(B) 322.11º 0.4% 0.75% -
XYZ 33.77 25.59 37.34 -
YUV 142.2 139.18 162.1 -
System Red Green Blue C M Y K H S L
Decimal 190 114 162 0 0.40 0.15 0.25 322.11 0.37 0.6
Hex BE 72 A2 0 28 F 19 142 25 3C
Octal 276 162 242 0 50 17 31 502 45 74
Binary 10111110 1110010 10100010 0 101000 1111 11001 101000010 100101 111100

Color Harmonies of #BE72A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE72A2

Black with #BE72A2

Text Example


Text Example

White with #BE72A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE72A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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