#B083A4

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

Shades of Bouquet #B083A4

Tints of Bouquet #B083A4

Color information

#B083A4 (or 0xB083A4) is unknown color: approx Bouquet. HEX triplet: B0, 83 and A4. RGB value is (176,131,164). Sum of RGB (Red+Green+Blue) = 176+131+164=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 164 (64.45% from 255 or 34.82% from 471); Max value from RGB is 176 - color contains mainly: red. Hex color #B083A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B083A4 is #4F7C5B. Grayscale: #949494. Windows color (decimal): -5209180 or 10781616. OLE color: 10781616.

HSL color Cylindrical-coordinate representation of color #B083A4: hue angle of 316º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B083A4 is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB176131164-
CMYK00.260.070.31
HSL316º22.17%60.2%-
HSV(B)316º25.57%69.02%-
XYZ32.7228.1438.83-
YUV148.22136.91147.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.37%
GREEN value IS 131 (51.56% from 255) = 27.81%
BLUE value IS 164 (64.45% from 255) = 34.82%
R=37.37%
G=27.81%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613116400.260.070.3131622.1760.2
HexB083A401A71F13c163c
Octal2602032440327374742674
Binary1011000010000011101001000110101111111110011110010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B083A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B083A4; }

 p { color: rgb(176,131,164); }

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

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

 a { background-color: rgb(176,131,164); }

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

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

 span { border-color: rgb(176,131,164); }

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