#B67295

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

Shades of Bouquet #B67295

Tints of Bouquet #B67295

Color information

#B67295 (or 0xB67295) is unknown color: approx Bouquet. HEX triplet: B6, 72 and 95. RGB value is (182,114,149). Sum of RGB (Red+Green+Blue) = 182+114+149=445 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.90% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 149 (58.59% from 255 or 33.48% from 445); Max value from RGB is 182 - color contains mainly: red. Hex color #B67295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67295 is #498D6A. Grayscale: #8A8A8A. Windows color (decimal): -4820331 or 9794230. OLE color: 9794230.

HSL color Cylindrical-coordinate representation of color #B67295: hue angle of 329.12º 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 #B67295 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB182114149-
CMYK00.370.180.29
HSL329.12º31.78%58.04%-
HSV(B)329.12º37.36%71.37%-
XYZ30.7324.1531.48-
YUV138.32134.03159.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.90%
GREEN value IS 114 (44.92% from 255) = 25.62%
BLUE value IS 149 (58.59% from 255) = 33.48%
R=40.90%
G=25.62%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211414900.370.180.29329.1231.7858.04
HexB67295025121D149203a
Octal26616222504522355114072
Binary1011011011100101001010101001011001011101101001001100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67295; }

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

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

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

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

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

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

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

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