Html Css Color HEX #BD799F Bouquet

📋 copy color: '#BD799F'

red 189 ◦ green 121 ◦ blue 159

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

Shades of Bouquet #BD799F

Tints of Bouquet #BD799F

RGB

 RED value IS 189 (74.22% from 255) = 40.3%

 GREEN value IS 121 (47.66% from 255) = 25.8%

 BLUE value IS 159 (62.5% from 255) = 33.9%

R = 40.3%
G = 25.8%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BD799F (or 0xBD799F) is known color: Bouquet. HEX triplet: BD, 79 and 9F. RGB value is (189,121,159). Sum of RGB (Red+Green+Blue) = 189+121+159=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 121 (47.66% from 255 or 25.80% from 469); Blue value is 159 (62.5% from 255 or 33.90% from 469); Max value from RGB is 189 - color contains mainly: red. Hex color #BD799F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD799F is #428660. Grayscale: #919191. Windows color (decimal): -4359777 or 10451389. OLE color: 10451389.

HSL color Cylindrical-coordinate representation of color #BD799F: hue angle of 326.47º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BD799F is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 121 159 -
CMYK 0 0.36 0.16 0.26
HSL 326.47º 0.34% 0.61% -
HSV(B) 326.47º 0.36% 0.74% -
XYZ 34.08 27 36.22 -
YUV 145.66 135.53 158.91 -
System Red Green Blue C M Y K H S L
Decimal 189 121 159 0 0.36 0.16 0.26 326.47 0.34 0.61
Hex BD 79 9F 0 24 10 1A 146 22 3D
Octal 275 171 237 0 44 20 32 506 42 75
Binary 10111101 1111001 10011111 0 100100 10000 11010 101000110 100010 111101

Color Harmonies of #BD799F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD799F

Black with #BD799F

Text Example


Text Example

White with #BD799F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD799F; }

 p { color: rgb(189,121,159); }

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

background-color css

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

 a { background-color: rgb(189,121,159); }

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

border-color css

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

 span { border-color: rgb(189,121,159); }

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