#B7709B

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

Shades of Bouquet #B7709B

Tints of Bouquet #B7709B

Color information

#B7709B (or 0xB7709B) is unknown color: approx Bouquet. HEX triplet: B7, 70 and 9B. RGB value is (183,112,155). Sum of RGB (Red+Green+Blue) = 183+112+155=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 112 (44.14% from 255 or 24.89% from 450); Blue value is 155 (60.94% from 255 or 34.44% from 450); Max value from RGB is 183 - color contains mainly: red. Hex color #B7709B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7709B is #488F64. Grayscale: #8A8A8A. Windows color (decimal): -4755301 or 10186935. OLE color: 10186935.

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

Color convert

RGB183112155-
CMYK00.390.150.28
HSL323.66º33.02%57.84%-
HSV(B)323.66º38.8%71.76%-
XYZ31.2424.0234-
YUV138.13137.52160-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.67%
GREEN value IS 112 (44.14% from 255) = 24.89%
BLUE value IS 155 (60.94% from 255) = 34.44%
R=40.67%
G=24.89%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311215500.390.150.28323.6633.0257.84
HexB7709B027F1C144213a
Octal26716023304717345044172
Binary101101111110000100110110100111111111100101000100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7709B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7709B; }

 p { color: rgb(183,112,155); }

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

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

 a { background-color: rgb(183,112,155); }

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

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

 span { border-color: rgb(183,112,155); }

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