Html Css Color HEX #BD7BA0 Bouquet

📋 copy color: '#BD7BA0'

red 189 ◦ green 123 ◦ blue 160

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

Shades of Bouquet #BD7BA0

Tints of Bouquet #BD7BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.9%

R = 40.04%
G = 26.06%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BD7BA0 (or 0xBD7BA0) is known color: Bouquet. HEX triplet: BD, 7B and A0. RGB value is (189,123,160). Sum of RGB (Red+Green+Blue) = 189+123+160=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 123 (48.44% from 255 or 26.06% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7BA0 is #42845F. Grayscale: #929292. Windows color (decimal): -4359264 or 10517437. OLE color: 10517437.

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

Color convert

RGB 189 123 160 -
CMYK 0 0.35 0.15 0.26
HSL 326.36º 0.33% 0.61% -
HSV(B) 326.36º 0.35% 0.74% -
XYZ 34.41 27.52 36.76 -
YUV 146.95 135.37 157.99 -
System Red Green Blue C M Y K H S L
Decimal 189 123 160 0 0.35 0.15 0.26 326.36 0.33 0.61
Hex BD 7B A0 0 23 F 1A 146 21 3D
Octal 275 173 240 0 43 17 32 506 41 75
Binary 10111101 1111011 10100000 0 100011 1111 11010 101000110 100001 111101

Color Harmonies of #BD7BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7BA0

Black with #BD7BA0

Text Example


Text Example

White with #BD7BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7BA0; }

 p { color: rgb(189,123,160); }

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

background-color css

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

 a { background-color: rgb(189,123,160); }

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

border-color css

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

 span { border-color: rgb(189,123,160); }

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