Html Css Color HEX #BE85A7 Bouquet

📋 copy color: '#BE85A7'

red 190 ◦ green 133 ◦ blue 167

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

Shades of Bouquet #BE85A7

Tints of Bouquet #BE85A7

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.14%

 BLUE value IS 167 (65.63% from 255) = 34.08%

R = 38.78%
G = 27.14%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BE85A7 (or 0xBE85A7) is known color: Bouquet. HEX triplet: BE, 85 and A7. RGB value is (190,133,167). Sum of RGB (Red+Green+Blue) = 190+133+167=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 167 (65.62% from 255 or 34.08% from 490); Max value from RGB is 190 - color contains mainly: red. Hex color #BE85A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE85A7 is #417A58. Grayscale: #999999. Windows color (decimal): -4291161 or 10978750. OLE color: 10978750.

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

Color convert

RGB 190 133 167 -
CMYK 0 0.3 0.12 0.25
HSL 324.21º 0.3% 0.63% -
HSV(B) 324.21º 0.3% 0.75% -
XYZ 36.6 30.51 40.52 -
YUV 153.92 135.38 153.74 -
System Red Green Blue C M Y K H S L
Decimal 190 133 167 0 0.3 0.12 0.25 324.21 0.3 0.63
Hex BE 85 A7 0 1E C 19 144 1E 3F
Octal 276 205 247 0 36 14 31 504 36 77
Binary 10111110 10000101 10100111 0 11110 1100 11001 101000100 11110 111111

Color Harmonies of #BE85A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE85A7

Black with #BE85A7

Text Example


Text Example

White with #BE85A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE85A7; }

 p { color: rgb(190,133,167); }

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

background-color css

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

 a { background-color: rgb(190,133,167); }

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

border-color css

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

 span { border-color: rgb(190,133,167); }

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