#B07BA5

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

Shades of Bouquet #B07BA5

Tints of Bouquet #B07BA5

Color information

#B07BA5 (or 0xB07BA5) is unknown color: approx Bouquet. HEX triplet: B0, 7B and A5. RGB value is (176,123,165). Sum of RGB (Red+Green+Blue) = 176+123+165=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 165 (64.84% from 255 or 35.56% from 464); Max value from RGB is 176 - color contains mainly: red. Hex color #B07BA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07BA5 is #4F845A. Grayscale: #8F8F8F. Windows color (decimal): -5211227 or 10845104. OLE color: 10845104.

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

Color convert

RGB176123165-
CMYK00.300.060.31
HSL312.45º25.12%58.63%-
HSV(B)312.45º30.11%69.02%-
XYZ31.7826.1138.96-
YUV143.64140.06151.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.93%
GREEN value IS 123 (48.44% from 255) = 26.51%
BLUE value IS 165 (64.84% from 255) = 35.56%
R=37.93%
G=26.51%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612316500.300.060.31312.4525.1258.63
HexB07BA501E61F138193b
Octal2601732450366374703173
Binary101100001111011101001010111101101111110011100011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07BA5; }

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

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

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

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

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

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

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

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