#B8709A

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

Shades of Bouquet #B8709A

Tints of Bouquet #B8709A

Color information

#B8709A (or 0xB8709A) is unknown color: approx Bouquet. HEX triplet: B8, 70 and 9A. RGB value is (184,112,154). Sum of RGB (Red+Green+Blue) = 184+112+154=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 112 (44.14% from 255 or 24.89% from 450); Blue value is 154 (60.55% from 255 or 34.22% from 450); Max value from RGB is 184 - color contains mainly: red. Hex color #B8709A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8709A is #478F65. Grayscale: #8A8A8A. Windows color (decimal): -4689766 or 10121400. OLE color: 10121400.

HSL color Cylindrical-coordinate representation of color #B8709A: hue angle of 325º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B8709A is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB184112154-
CMYK00.390.160.28
HSL325º33.64%58.04%-
HSV(B)325º39.13%72.16%-
XYZ31.3924.1133.57-
YUV138.32136.85160.58-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.89%
GREEN value IS 112 (44.14% from 255) = 24.89%
BLUE value IS 154 (60.55% from 255) = 34.22%
R=40.89%
G=24.89%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411215400.390.160.2832533.6458.04
HexB8709A027101C145223a
Octal27016023204720345054272
Binary1011100011100001001101001001111000011100101000101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8709A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8709A; }

 p { color: rgb(184,112,154); }

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

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

 a { background-color: rgb(184,112,154); }

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

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

 span { border-color: rgb(184,112,154); }

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