#B38698

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

Shades of Bouquet #B38698

Tints of Bouquet #B38698

Color information

#B38698 (or 0xB38698) is unknown color: approx Bouquet. HEX triplet: B3, 86 and 98. RGB value is (179,134,152). Sum of RGB (Red+Green+Blue) = 179+134+152=465 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.49% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 152 (59.77% from 255 or 32.69% from 465); Max value from RGB is 179 - color contains mainly: red. Hex color #B38698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38698 is #4C7967. Grayscale: #959595. Windows color (decimal): -5011816 or 9995955. OLE color: 9995955.

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

Color convert

RGB179134152-
CMYK00.250.150.30
HSL336º22.84%61.37%-
HSV(B)336º25.14%70.2%-
XYZ32.7828.933.56-
YUV149.51129.41149.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.49%
GREEN value IS 134 (52.73% from 255) = 28.82%
BLUE value IS 152 (59.77% from 255) = 32.69%
R=38.49%
G=28.82%
B=32.69%

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
Decimal17913415200.250.150.3033622.8461.37
HexB38698019F1E150173d
Octal26320623003117365202775
Binary10110011100001101001100001100111111111010101000010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38698; }

 p { color: rgb(179,134,152); }

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

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

 a { background-color: rgb(179,134,152); }

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

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

 span { border-color: rgb(179,134,152); }

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