#BD7BAB

Color #BD7BAB Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #BD7BAB

Tints of Bouquet #BD7BAB

Color information

#BD7BAB (or 0xBD7BAB) is unknown color: approx Bouquet. HEX triplet: BD, 7B and AB. RGB value is (189,123,171). Sum of RGB (Red+Green+Blue) = 189+123+171=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 123 (48.44% from 255 or 25.47% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7BAB is #428454. Grayscale: #949494. Windows color (decimal): -4359253 or 11238333. OLE color: 11238333.

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

Color convert

RGB189123171-
CMYK00.350.100.26
HSL316.36º33.33%61.18%-
HSV(B)316.36º34.92%74.12%-
XYZ35.4227.9342.05-
YUV148.21140.87157.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.13%
GREEN value IS 123 (48.44% from 255) = 25.47%
BLUE value IS 171 (67.19% from 255) = 35.40%
R=39.13%
G=25.47%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912317100.350.100.26316.3633.3361.18
HexBD7BAB023A1A13c213d
Octal27517325304312324744175
Binary101111011111011101010110100011101011010100111100100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7BAB; }

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

 H1.HeaderClassName
 {
   color: #BD7BAB;
 }
 .AnyTagClassName
 {
   color: #BD7BAB;
 }
</style>
background-color css

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

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

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

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

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

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