#B07E9C

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

Shades of Bouquet #B07E9C

Tints of Bouquet #B07E9C

Color information

#B07E9C (or 0xB07E9C) is unknown color: approx Bouquet. HEX triplet: B0, 7E and 9C. RGB value is (176,126,156). Sum of RGB (Red+Green+Blue) = 176+126+156=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 126 (49.61% from 255 or 27.51% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07E9C is #4F8163. Grayscale: #909090. Windows color (decimal): -5210468 or 10256048. OLE color: 10256048.

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

Color convert

RGB176126156-
CMYK00.280.110.31
HSL324º24.04%59.22%-
HSV(B)324º28.41%69.02%-
XYZ31.3726.5534.92-
YUV144.37134.56150.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.43%
GREEN value IS 126 (49.61% from 255) = 27.51%
BLUE value IS 156 (61.33% from 255) = 34.06%
R=38.43%
G=27.51%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612615600.280.110.3132424.0459.22
HexB07E9C01CB1F144183b
Octal26017623403413375043073
Binary1011000011111101001110001110010111111110100010011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07E9C; }

 p { color: rgb(176,126,156); }

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

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

 a { background-color: rgb(176,126,156); }

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

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

 span { border-color: rgb(176,126,156); }

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