#B485A5

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

Shades of Bouquet #B485A5

Tints of Bouquet #B485A5

Color information

#B485A5 (or 0xB485A5) is unknown color: approx Bouquet. HEX triplet: B4, 85 and A5. RGB value is (180,133,165). Sum of RGB (Red+Green+Blue) = 180+133+165=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 165 (64.84% from 255 or 34.52% from 478); Max value from RGB is 180 - color contains mainly: red. Hex color #B485A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B485A5 is #4B7A5A. Grayscale: #969696. Windows color (decimal): -4946523 or 10847668. OLE color: 10847668.

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

Color convert

RGB180133165-
CMYK00.260.080.29
HSL319.15º23.86%61.37%-
HSV(B)319.15º26.11%70.59%-
XYZ3429.1939.44-
YUV150.7136.07148.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.66%
GREEN value IS 133 (52.34% from 255) = 27.82%
BLUE value IS 165 (64.84% from 255) = 34.52%
R=37.66%
G=27.82%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013316500.260.080.29319.1523.8661.37
HexB485A501A81D13f183d
Octal26420524503210354773075
Binary10110100100001011010010101101010001110110011111111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B485A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B485A5; }

 p { color: rgb(180,133,165); }

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

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

 a { background-color: rgb(180,133,165); }

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

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

 span { border-color: rgb(180,133,165); }

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