Html Css Color HEX #BE7BA2 Bouquet

📋 copy color: '#BE7BA2'

red 190 ◦ green 123 ◦ blue 162

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

Shades of Bouquet #BE7BA2

Tints of Bouquet #BE7BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 34.11%

R = 40%
G = 25.89%
B = 34.11%

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

#BE7BA2 (or 0xBE7BA2) is known color: Bouquet. HEX triplet: BE, 7B and A2. RGB value is (190,123,162). Sum of RGB (Red+Green+Blue) = 190+123+162=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 123 (48.44% from 255 or 25.89% from 475); Blue value is 162 (63.67% from 255 or 34.11% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7BA2 is #41845D. Grayscale: #939393. Windows color (decimal): -4293726 or 10648510. OLE color: 10648510.

HSL color Cylindrical-coordinate representation of color #BE7BA2: hue angle of 325.07º 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 #BE7BA2 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 123 162 -
CMYK 0 0.35 0.15 0.25
HSL 325.07º 0.34% 0.61% -
HSV(B) 325.07º 0.35% 0.75% -
XYZ 34.84 27.72 37.7 -
YUV 147.48 136.2 158.33 -
System Red Green Blue C M Y K H S L
Decimal 190 123 162 0 0.35 0.15 0.25 325.07 0.34 0.61
Hex BE 7B A2 0 23 F 19 145 22 3D
Octal 276 173 242 0 43 17 31 505 42 75
Binary 10111110 1111011 10100010 0 100011 1111 11001 101000101 100010 111101

Color Harmonies of #BE7BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7BA2

Black with #BE7BA2

Text Example


Text Example

White with #BE7BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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