#B67298

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

Shades of Bouquet #B67298

Tints of Bouquet #B67298

Color information

#B67298 (or 0xB67298) is unknown color: approx Bouquet. HEX triplet: B6, 72 and 98. RGB value is (182,114,152). Sum of RGB (Red+Green+Blue) = 182+114+152=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 152 (59.77% from 255 or 33.93% from 448); Max value from RGB is 182 - color contains mainly: red. Hex color #B67298 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67298 is #498D67. Grayscale: #8A8A8A. Windows color (decimal): -4820328 or 9990838. OLE color: 9990838.

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

Color convert

RGB182114152-
CMYK00.370.160.29
HSL326.47º31.78%58.04%-
HSV(B)326.47º37.36%71.37%-
XYZ30.9824.2532.75-
YUV138.66135.53158.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.62%
GREEN value IS 114 (44.92% from 255) = 25.45%
BLUE value IS 152 (59.77% from 255) = 33.93%
R=40.62%
G=25.45%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211415200.370.160.29326.4731.7858.04
HexB67298025101D146203a
Octal26616223004520355064072
Binary1011011011100101001100001001011000011101101000110100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67298; }

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

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

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

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

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

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

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

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