Html Css Color HEX #BE7DA0 Bouquet

📋 copy color: '#BE7DA0'

red 190 ◦ green 125 ◦ blue 160

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

Shades of Bouquet #BE7DA0

Tints of Bouquet #BE7DA0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.32%

 BLUE value IS 160 (62.89% from 255) = 33.68%

R = 40%
G = 26.32%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BE7DA0 (or 0xBE7DA0) is known color: Bouquet. HEX triplet: BE, 7D and A0. RGB value is (190,125,160). Sum of RGB (Red+Green+Blue) = 190+125+160=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 125 (49.22% from 255 or 26.32% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7DA0 is #41825F. Grayscale: #949494. Windows color (decimal): -4293216 or 10517950. OLE color: 10517950.

HSL color Cylindrical-coordinate representation of color #BE7DA0: hue angle of 327.69º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE7DA0 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 125 160 -
CMYK 0 0.34 0.16 0.25
HSL 327.69º 0.33% 0.62% -
HSV(B) 327.69º 0.34% 0.75% -
XYZ 34.91 28.15 36.85 -
YUV 148.43 134.53 157.65 -
System Red Green Blue C M Y K H S L
Decimal 190 125 160 0 0.34 0.16 0.25 327.69 0.33 0.62
Hex BE 7D A0 0 22 10 19 148 21 3E
Octal 276 175 240 0 42 20 31 510 41 76
Binary 10111110 1111101 10100000 0 100010 10000 11001 101001000 100001 111110

Color Harmonies of #BE7DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7DA0

Black with #BE7DA0

Text Example


Text Example

White with #BE7DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7DA0; }

 p { color: rgb(190,125,160); }

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

background-color css

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

 a { background-color: rgb(190,125,160); }

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

border-color css

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

 span { border-color: rgb(190,125,160); }

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