Html Css Color HEX #BE75A5 Bouquet

📋 copy color: '#BE75A5'

red 190 ◦ green 117 ◦ blue 165

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

Shades of Bouquet #BE75A5

Tints of Bouquet #BE75A5

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.79%

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

R = 40.25%
G = 24.79%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BE75A5 (or 0xBE75A5) is known color: Bouquet. HEX triplet: BE, 75 and A5. RGB value is (190,117,165). Sum of RGB (Red+Green+Blue) = 190+117+165=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 165 (64.84% from 255 or 34.96% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BE75A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE75A5 is #418A5A. Grayscale: #909090. Windows color (decimal): -4295259 or 10843582. OLE color: 10843582.

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

Color convert

RGB 190 117 165 -
CMYK 0 0.38 0.13 0.25
HSL 320.55º 0.36% 0.6% -
HSV(B) 320.55º 0.38% 0.75% -
XYZ 34.39 26.39 38.88 -
YUV 144.3 139.68 160.6 -
System Red Green Blue C M Y K H S L
Decimal 190 117 165 0 0.38 0.13 0.25 320.55 0.36 0.6
Hex BE 75 A5 0 26 D 19 141 24 3C
Octal 276 165 245 0 46 15 31 501 44 74
Binary 10111110 1110101 10100101 0 100110 1101 11001 101000001 100100 111100

Color Harmonies of #BE75A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE75A5

Black with #BE75A5

Text Example


Text Example

White with #BE75A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE75A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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