#B07F9B

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

Shades of Bouquet #B07F9B

Tints of Bouquet #B07F9B

Color information

#B07F9B (or 0xB07F9B) is unknown color: approx Bouquet. HEX triplet: B0, 7F and 9B. RGB value is (176,127,155). Sum of RGB (Red+Green+Blue) = 176+127+155=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 127 (50% from 255 or 27.73% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07F9B is #4F8064. Grayscale: #909090. Windows color (decimal): -5210213 or 10190768. OLE color: 10190768.

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

Color convert

RGB176127155-
CMYK00.280.120.31
HSL325.71º23.67%59.41%-
HSV(B)325.71º27.84%69.02%-
XYZ31.4126.7834.52-
YUV144.84133.73150.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.43%
GREEN value IS 127 (50% from 255) = 27.73%
BLUE value IS 155 (60.94% from 255) = 33.84%
R=38.43%
G=27.73%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612715500.280.120.31325.7123.6759.41
HexB07F9B01CC1F146183b
Octal26017723303414375063073
Binary1011000011111111001101101110011001111110100011011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07F9B; }

 p { color: rgb(176,127,155); }

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

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

 a { background-color: rgb(176,127,155); }

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

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

 span { border-color: rgb(176,127,155); }

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