#B074A5

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

Shades of Bouquet #B074A5

Tints of Bouquet #B074A5

Color information

#B074A5 (or 0xB074A5) is unknown color: approx Bouquet. HEX triplet: B0, 74 and A5. RGB value is (176,116,165). Sum of RGB (Red+Green+Blue) = 176+116+165=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 165 (64.84% from 255 or 36.11% from 457); Max value from RGB is 176 - color contains mainly: red. Hex color #B074A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B074A5 is #4F8B5A. Grayscale: #8B8B8B. Windows color (decimal): -5213019 or 10843312. OLE color: 10843312.

HSL color Cylindrical-coordinate representation of color #B074A5: hue angle of 311º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B074A5 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB176116165-
CMYK00.340.060.31
HSL311º27.52%57.25%-
HSV(B)311º34.09%69.02%-
XYZ30.9424.4438.68-
YUV139.53142.38154.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.51%
GREEN value IS 116 (45.70% from 255) = 25.38%
BLUE value IS 165 (64.84% from 255) = 36.11%
R=38.51%
G=25.38%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611616500.340.060.3131127.5257.25
HexB074A502261F1371c39
Octal2601642450426374673471
Binary1011000011101001010010101000101101111110011011111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B074A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B074A5; }

 p { color: rgb(176,116,165); }

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

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

 a { background-color: rgb(176,116,165); }

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

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

 span { border-color: rgb(176,116,165); }

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