Html Css Color HEX #BE75A4 Bouquet

📋 copy color: '#BE75A4'

red 190 ◦ green 117 ◦ blue 164

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

Shades of Bouquet #BE75A4

Tints of Bouquet #BE75A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 34.82%

R = 40.34%
G = 24.84%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#BE75A4 (or 0xBE75A4) is known color: Bouquet. HEX triplet: BE, 75 and A4. RGB value is (190,117,164). Sum of RGB (Red+Green+Blue) = 190+117+164=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 164 (64.45% from 255 or 34.82% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BE75A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE75A4 is #418A5B. Grayscale: #909090. Windows color (decimal): -4295260 or 10778046. OLE color: 10778046.

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

Color convert

RGB 190 117 164 -
CMYK 0 0.38 0.14 0.25
HSL 321.37º 0.36% 0.6% -
HSV(B) 321.37º 0.38% 0.75% -
XYZ 34.3 26.35 38.4 -
YUV 144.19 139.18 160.68 -
System Red Green Blue C M Y K H S L
Decimal 190 117 164 0 0.38 0.14 0.25 321.37 0.36 0.6
Hex BE 75 A4 0 26 E 19 141 24 3C
Octal 276 165 244 0 46 16 31 501 44 74
Binary 10111110 1110101 10100100 0 100110 1110 11001 101000001 100100 111100

Color Harmonies of #BE75A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE75A4

Black with #BE75A4

Text Example


Text Example

White with #BE75A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE75A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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