#B78299

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

Shades of Bouquet #B78299

Tints of Bouquet #B78299

Color information

#B78299 (or 0xB78299) is unknown color: approx Bouquet. HEX triplet: B7, 82 and 99. RGB value is (183,130,153). Sum of RGB (Red+Green+Blue) = 183+130+153=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 153 (60.16% from 255 or 32.83% from 466); Max value from RGB is 183 - color contains mainly: red. Hex color #B78299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78299 is #487D66. Grayscale: #949494. Windows color (decimal): -4750695 or 10060471. OLE color: 10060471.

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

Color convert

RGB183130153-
CMYK00.290.160.28
HSL333.96º26.9%61.37%-
HSV(B)333.96º28.96%71.76%-
XYZ33.2628.3333.85-
YUV148.47130.56152.63-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.27%
GREEN value IS 130 (51.17% from 255) = 27.90%
BLUE value IS 153 (60.16% from 255) = 32.83%
R=39.27%
G=27.90%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313015300.290.160.28333.9626.961.37
HexB7829901D101C14e1b3d
Octal26720223103520345163375
Binary101101111000001010011001011101100001110010100111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78299; }

 p { color: rgb(183,130,153); }

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

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

 a { background-color: rgb(183,130,153); }

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

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

 span { border-color: rgb(183,130,153); }

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