Html Css Color HEX #BE84A5 Bouquet

📋 copy color: '#BE84A5'

red 190 ◦ green 132 ◦ blue 165

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

Shades of Bouquet #BE84A5

Tints of Bouquet #BE84A5

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.1%

 BLUE value IS 165 (64.84% from 255) = 33.88%

R = 39.01%
G = 27.1%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BE84A5 (or 0xBE84A5) is known color: Bouquet. HEX triplet: BE, 84 and A5. RGB value is (190,132,165). Sum of RGB (Red+Green+Blue) = 190+132+165=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 165 (64.84% from 255 or 33.88% from 487); Max value from RGB is 190 - color contains mainly: red. Hex color #BE84A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE84A5 is #417B5A. Grayscale: #999999. Windows color (decimal): -4291419 or 10847422. OLE color: 10847422.

HSL color Cylindrical-coordinate representation of color #BE84A5: hue angle of 325.86º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BE84A5 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 132 165 -
CMYK 0 0.31 0.13 0.25
HSL 325.86º 0.31% 0.63% -
HSV(B) 325.86º 0.31% 0.75% -
XYZ 36.28 30.17 39.51 -
YUV 153.1 134.72 154.32 -
System Red Green Blue C M Y K H S L
Decimal 190 132 165 0 0.31 0.13 0.25 325.86 0.31 0.63
Hex BE 84 A5 0 1F D 19 146 1F 3F
Octal 276 204 245 0 37 15 31 506 37 77
Binary 10111110 10000100 10100101 0 11111 1101 11001 101000110 11111 111111

Color Harmonies of #BE84A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE84A5

Black with #BE84A5

Text Example


Text Example

White with #BE84A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE84A5; }

 p { color: rgb(190,132,165); }

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

background-color css

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

 a { background-color: rgb(190,132,165); }

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

border-color css

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

 span { border-color: rgb(190,132,165); }

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