Html Css Color HEX #BE7BA1 Bouquet

📋 copy color: '#BE7BA1'

red 190 ◦ green 123 ◦ blue 161

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

Shades of Bouquet #BE7BA1

Tints of Bouquet #BE7BA1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.95%

 BLUE value IS 161 (63.28% from 255) = 33.97%

R = 40.08%
G = 25.95%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BE7BA1 (or 0xBE7BA1) is known color: Bouquet. HEX triplet: BE, 7B and A1. RGB value is (190,123,161). Sum of RGB (Red+Green+Blue) = 190+123+161=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 161 (63.28% from 255 or 33.97% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7BA1 is #41845E. Grayscale: #939393. Windows color (decimal): -4293727 or 10582974. OLE color: 10582974.

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

Color convert

RGB 190 123 161 -
CMYK 0 0.35 0.15 0.25
HSL 325.97º 0.34% 0.61% -
HSV(B) 325.97º 0.35% 0.75% -
XYZ 34.75 27.69 37.23 -
YUV 147.37 135.7 158.41 -
System Red Green Blue C M Y K H S L
Decimal 190 123 161 0 0.35 0.15 0.25 325.97 0.34 0.61
Hex BE 7B A1 0 23 F 19 146 22 3D
Octal 276 173 241 0 43 17 31 506 42 75
Binary 10111110 1111011 10100001 0 100011 1111 11001 101000110 100010 111101

Color Harmonies of #BE7BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7BA1

Black with #BE7BA1

Text Example


Text Example

White with #BE7BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7BA1; }

 p { color: rgb(190,123,161); }

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

background-color css

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

 a { background-color: rgb(190,123,161); }

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

border-color css

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

 span { border-color: rgb(190,123,161); }

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