#B67898

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

Shades of Bouquet #B67898

Tints of Bouquet #B67898

Color information

#B67898 (or 0xB67898) is unknown color: approx Bouquet. HEX triplet: B6, 78 and 98. RGB value is (182,120,152). Sum of RGB (Red+Green+Blue) = 182+120+152=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 120 (47.27% from 255 or 26.43% from 454); Blue value is 152 (59.77% from 255 or 33.48% from 454); Max value from RGB is 182 - color contains mainly: red. Hex color #B67898 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67898 is #498767. Grayscale: #8E8E8E. Windows color (decimal): -4818792 or 9992374. OLE color: 9992374.

HSL color Cylindrical-coordinate representation of color #B67898: hue angle of 329.03º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B67898 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB182120152-
CMYK00.340.160.29
HSL329.03º29.81%59.22%-
HSV(B)329.03º34.07%71.37%-
XYZ31.6825.6532.99-
YUV142.19133.54156.4-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.09%
GREEN value IS 120 (47.27% from 255) = 26.43%
BLUE value IS 152 (59.77% from 255) = 33.48%
R=40.09%
G=26.43%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212015200.340.160.29329.0329.8159.22
HexB67898022101D1491e3b
Octal26617023004220355113673
Binary101101101111000100110000100010100001110110100100111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67898; }

 p { color: rgb(182,120,152); }

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

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

 a { background-color: rgb(182,120,152); }

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

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

 span { border-color: rgb(182,120,152); }

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