Html Css Color HEX #BD7A9F Bouquet

📋 copy color: '#BD7A9F'

red 189 ◦ green 122 ◦ blue 159

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

Shades of Bouquet #BD7A9F

Tints of Bouquet #BD7A9F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.96%

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

R = 40.21%
G = 25.96%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BD7A9F (or 0xBD7A9F) is known color: Bouquet. HEX triplet: BD, 7A and 9F. RGB value is (189,122,159). Sum of RGB (Red+Green+Blue) = 189+122+159=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 122 (48.05% from 255 or 25.96% from 470); Blue value is 159 (62.5% from 255 or 33.83% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7A9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7A9F is #428560. Grayscale: #929292. Windows color (decimal): -4359521 or 10451645. OLE color: 10451645.

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

Color convert

RGB 189 122 159 -
CMYK 0 0.35 0.16 0.26
HSL 326.87º 0.34% 0.61% -
HSV(B) 326.87º 0.35% 0.74% -
XYZ 34.2 27.24 36.26 -
YUV 146.25 135.2 158.49 -
System Red Green Blue C M Y K H S L
Decimal 189 122 159 0 0.35 0.16 0.26 326.87 0.34 0.61
Hex BD 7A 9F 0 23 10 1A 147 22 3D
Octal 275 172 237 0 43 20 32 507 42 75
Binary 10111101 1111010 10011111 0 100011 10000 11010 101000111 100010 111101

Color Harmonies of #BD7A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7A9F

Black with #BD7A9F

Text Example


Text Example

White with #BD7A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7A9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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