#B07CA4

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

Shades of Bouquet #B07CA4

Tints of Bouquet #B07CA4

Color information

#B07CA4 (or 0xB07CA4) is unknown color: approx Bouquet. HEX triplet: B0, 7C and A4. RGB value is (176,124,164). Sum of RGB (Red+Green+Blue) = 176+124+164=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 164 (64.45% from 255 or 35.34% from 464); Max value from RGB is 176 - color contains mainly: red. Hex color #B07CA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07CA4 is #4F835B. Grayscale: #909090. Windows color (decimal): -5210972 or 10779824. OLE color: 10779824.

HSL color Cylindrical-coordinate representation of color #B07CA4: hue angle of 313.85º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B07CA4 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB176124164-
CMYK00.300.070.31
HSL313.85º24.76%58.82%-
HSV(B)313.85º29.55%69.02%-
XYZ31.8126.3338.53-
YUV144.11139.23150.75-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.93%
GREEN value IS 124 (48.83% from 255) = 26.72%
BLUE value IS 164 (64.45% from 255) = 35.34%
R=37.93%
G=26.72%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612416400.300.070.31313.8524.7658.82
HexB07CA401E71F13a193b
Octal2601742440367374723173
Binary101100001111100101001000111101111111110011101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07CA4; }

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

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

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

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

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

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

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

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