Html Css Color HEX #BE71A4 Bouquet

📋 copy color: '#BE71A4'

red 190 ◦ green 113 ◦ blue 164

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

Shades of Bouquet #BE71A4

Tints of Bouquet #BE71A4

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.2%

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

R = 40.69%
G = 24.2%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#BE71A4 (or 0xBE71A4) is known color: Bouquet. HEX triplet: BE, 71 and A4. RGB value is (190,113,164). Sum of RGB (Red+Green+Blue) = 190+113+164=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 164 (64.45% from 255 or 35.12% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BE71A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE71A4 is #418E5B. Grayscale: #8D8D8D. Windows color (decimal): -4296284 or 10777022. OLE color: 10777022.

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

Color convert

RGB 190 113 164 -
CMYK 0 0.41 0.14 0.25
HSL 320.26º 0.37% 0.59% -
HSV(B) 320.26º 0.41% 0.75% -
XYZ 33.84 25.44 38.25 -
YUV 141.84 140.51 162.35 -
System Red Green Blue C M Y K H S L
Decimal 190 113 164 0 0.41 0.14 0.25 320.26 0.37 0.59
Hex BE 71 A4 0 29 E 19 140 25 3B
Octal 276 161 244 0 51 16 31 500 45 73
Binary 10111110 1110001 10100100 0 101001 1110 11001 101000000 100101 111011

Color Harmonies of #BE71A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE71A4

Black with #BE71A4

Text Example


Text Example

White with #BE71A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE71A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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