#B07DA5

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

Shades of Bouquet #B07DA5

Tints of Bouquet #B07DA5

Color information

#B07DA5 (or 0xB07DA5) is unknown color: approx Bouquet. HEX triplet: B0, 7D and A5. RGB value is (176,125,165). Sum of RGB (Red+Green+Blue) = 176+125+165=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 125 (49.22% from 255 or 26.82% from 466); Blue value is 165 (64.84% from 255 or 35.41% from 466); Max value from RGB is 176 - color contains mainly: red. Hex color #B07DA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07DA5 is #4F825A. Grayscale: #909090. Windows color (decimal): -5210715 or 10845616. OLE color: 10845616.

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

Color convert

RGB176125165-
CMYK00.290.060.31
HSL312.94º24.4%59.02%-
HSV(B)312.94º28.98%69.02%-
XYZ32.0326.6139.05-
YUV144.81139.4150.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.77%
GREEN value IS 125 (49.22% from 255) = 26.82%
BLUE value IS 165 (64.84% from 255) = 35.41%
R=37.77%
G=26.82%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612516500.290.060.31312.9424.459.02
HexB07DA501D61F139183b
Octal2601752450356374713073
Binary101100001111101101001010111011101111110011100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07DA5; }

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

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

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

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

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

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

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

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