#B38BA4

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

Shades of Bouquet #B38BA4

Tints of Bouquet #B38BA4

Color information

#B38BA4 (or 0xB38BA4) is unknown color: approx Bouquet. HEX triplet: B3, 8B and A4. RGB value is (179,139,164). Sum of RGB (Red+Green+Blue) = 179+139+164=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 139 (54.69% from 255 or 28.84% from 482); Blue value is 164 (64.45% from 255 or 34.02% from 482); Max value from RGB is 179 - color contains mainly: red. Hex color #B38BA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38BA4 is #4C745B. Grayscale: #999999. Windows color (decimal): -5010524 or 10783667. OLE color: 10783667.

HSL color Cylindrical-coordinate representation of color #B38BA4: hue angle of 322.5º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B38BA4 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB179139164-
CMYK00.220.080.30
HSL322.5º20.83%62.35%-
HSV(B)322.5º22.35%70.2%-
XYZ34.5230.7339.23-
YUV153.81133.75145.97-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.14%
GREEN value IS 139 (54.69% from 255) = 28.84%
BLUE value IS 164 (64.45% from 255) = 34.02%
R=37.14%
G=28.84%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17913916400.220.080.30322.520.8362.35
HexB38BA401681E142153e
Octal26321324402610365022576
Binary10110011100010111010010001011010001111010100001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38BA4; }

 p { color: rgb(179,139,164); }

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

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

 a { background-color: rgb(179,139,164); }

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

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

 span { border-color: rgb(179,139,164); }

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