#B68298

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

Shades of Bouquet #B68298

Tints of Bouquet #B68298

Color information

#B68298 (or 0xB68298) is unknown color: approx Bouquet. HEX triplet: B6, 82 and 98. RGB value is (182,130,152). Sum of RGB (Red+Green+Blue) = 182+130+152=464 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.22% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 152 (59.77% from 255 or 32.76% from 464); Max value from RGB is 182 - color contains mainly: red. Hex color #B68298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68298 is #497D67. Grayscale: #949494. Windows color (decimal): -4816232 or 9994934. OLE color: 9994934.

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

Color convert

RGB182130152-
CMYK00.290.160.29
HSL334.62º26.26%61.18%-
HSV(B)334.62º28.57%71.37%-
XYZ32.9428.1833.41-
YUV148.06130.23152.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.22%
GREEN value IS 130 (51.17% from 255) = 28.02%
BLUE value IS 152 (59.77% from 255) = 32.76%
R=39.22%
G=28.02%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213015200.290.160.29334.6226.2661.18
HexB6829801D101D14f1a3d
Octal26620223003520355173275
Binary101101101000001010011000011101100001110110100111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68298; }

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

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

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

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

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

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

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

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