#B07CA0

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

Shades of Bouquet #B07CA0

Tints of Bouquet #B07CA0

Color information

#B07CA0 (or 0xB07CA0) is unknown color: approx Bouquet. HEX triplet: B0, 7C and A0. RGB value is (176,124,160). Sum of RGB (Red+Green+Blue) = 176+124+160=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 176 - color contains mainly: red. Hex color #B07CA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07CA0 is #4F835F. Grayscale: #8F8F8F. Windows color (decimal): -5210976 or 10517680. OLE color: 10517680.

HSL color Cylindrical-coordinate representation of color #B07CA0: hue angle of 318.46º 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 #B07CA0 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB176124160-
CMYK00.300.090.31
HSL318.46º24.76%58.82%-
HSV(B)318.46º29.55%69.02%-
XYZ31.4626.1836.65-
YUV143.65137.23151.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.26%
GREEN value IS 124 (48.83% from 255) = 26.96%
BLUE value IS 160 (62.89% from 255) = 34.78%
R=38.26%
G=26.96%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612416000.300.090.31318.4624.7658.82
HexB07CA001E91F13e193b
Octal26017424003611374763173
Binary1011000011111001010000001111010011111110011111011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07CA0; }

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

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

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

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

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

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

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

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