#B8829A

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

Shades of Bouquet #B8829A

Tints of Bouquet #B8829A

Color information

#B8829A (or 0xB8829A) is unknown color: approx Bouquet. HEX triplet: B8, 82 and 9A. RGB value is (184,130,154). Sum of RGB (Red+Green+Blue) = 184+130+154=468 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.32% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 184 - color contains mainly: red. Hex color #B8829A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8829A is #477D65. Grayscale: #949494. Windows color (decimal): -4685158 or 10126008. OLE color: 10126008.

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

Color convert

RGB184130154-
CMYK00.290.160.28
HSL333.33º27.55%61.57%-
HSV(B)333.33º29.35%72.16%-
XYZ33.5828.4934.3-
YUV148.88130.89153.05-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.32%
GREEN value IS 130 (51.17% from 255) = 27.78%
BLUE value IS 154 (60.55% from 255) = 32.91%
R=39.32%
G=27.78%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413015400.290.160.28333.3327.5561.57
HexB8829A01D101C14d1c3e
Octal27020223203520345153476
Binary101110001000001010011010011101100001110010100110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8829A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8829A; }

 p { color: rgb(184,130,154); }

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

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

 a { background-color: rgb(184,130,154); }

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

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

 span { border-color: rgb(184,130,154); }

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