Html Css Color HEX #BD7B9F Bouquet

📋 copy color: '#BD7B9F'

red 189 ◦ green 123 ◦ blue 159

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

Shades of Bouquet #BD7B9F

Tints of Bouquet #BD7B9F

RGB

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

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

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

R = 40.13%
G = 26.11%
B = 33.76%

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

#BD7B9F (or 0xBD7B9F) is known color: Bouquet. HEX triplet: BD, 7B and 9F. RGB value is (189,123,159). Sum of RGB (Red+Green+Blue) = 189+123+159=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 123 (48.44% from 255 or 26.11% from 471); Blue value is 159 (62.5% from 255 or 33.76% from 471); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7B9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7B9F is #428460. Grayscale: #929292. Windows color (decimal): -4359265 or 10451901. OLE color: 10451901.

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

Color convert

RGB 189 123 159 -
CMYK 0 0.35 0.16 0.26
HSL 327.27º 0.33% 0.61% -
HSV(B) 327.27º 0.35% 0.74% -
XYZ 34.33 27.49 36.3 -
YUV 146.84 134.87 158.07 -
System Red Green Blue C M Y K H S L
Decimal 189 123 159 0 0.35 0.16 0.26 327.27 0.33 0.61
Hex BD 7B 9F 0 23 10 1A 147 21 3D
Octal 275 173 237 0 43 20 32 507 41 75
Binary 10111101 1111011 10011111 0 100011 10000 11010 101000111 100001 111101

Color Harmonies of #BD7B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7B9F

Black with #BD7B9F

Text Example


Text Example

White with #BD7B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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