#B28B9C

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

Shades of Bouquet #B28B9C

Tints of Bouquet #B28B9C

Color information

#B28B9C (or 0xB28B9C) is unknown color: approx Bouquet. HEX triplet: B2, 8B and 9C. RGB value is (178,139,156). Sum of RGB (Red+Green+Blue) = 178+139+156=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 139 (54.69% from 255 or 29.39% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 178 - color contains mainly: red. Hex color #B28B9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28B9C is #4D7463. Grayscale: #989898. Windows color (decimal): -5076068 or 10259378. OLE color: 10259378.

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

Color convert

RGB178139156-
CMYK00.220.120.30
HSL333.85º20.21%62.16%-
HSV(B)333.85º21.91%69.8%-
XYZ33.5930.3335.54-
YUV152.6129.92146.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.63%
GREEN value IS 139 (54.69% from 255) = 29.39%
BLUE value IS 156 (61.33% from 255) = 32.98%
R=37.63%
G=29.39%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813915600.220.120.30333.8520.2162.16
HexB28B9C016C1E14e143e
Octal26221323402614365162476
Binary10110010100010111001110001011011001111010100111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28B9C; }

 p { color: rgb(178,139,156); }

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

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

 a { background-color: rgb(178,139,156); }

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

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

 span { border-color: rgb(178,139,156); }

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