#B38799

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

Shades of Bouquet #B38799

Tints of Bouquet #B38799

Color information

#B38799 (or 0xB38799) is unknown color: approx Bouquet. HEX triplet: B3, 87 and 99. RGB value is (179,135,153). Sum of RGB (Red+Green+Blue) = 179+135+153=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 135 (53.12% from 255 or 28.91% from 467); Blue value is 153 (60.16% from 255 or 32.76% from 467); Max value from RGB is 179 - color contains mainly: red. Hex color #B38799 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38799 is #4C7866. Grayscale: #969696. Windows color (decimal): -5011559 or 10061747. OLE color: 10061747.

HSL color Cylindrical-coordinate representation of color #B38799: hue angle of 335.45º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B38799 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB179135153-
CMYK00.250.150.30
HSL335.45º22.45%61.57%-
HSV(B)335.45º24.58%70.2%-
XYZ3329.2134.04-
YUV150.21129.58148.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.33%
GREEN value IS 135 (53.12% from 255) = 28.91%
BLUE value IS 153 (60.16% from 255) = 32.76%
R=38.33%
G=28.91%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913515300.250.150.30335.4522.4561.57
HexB38799019F1E14f163e
Octal26320723103117365172676
Binary10110011100001111001100101100111111111010100111110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38799; }

 p { color: rgb(179,135,153); }

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

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

 a { background-color: rgb(179,135,153); }

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

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

 span { border-color: rgb(179,135,153); }

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