#B96292

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

Shades of Hopbush #B96292

Tints of Hopbush #B96292

Color information

#B96292 (or 0xB96292) is unknown color: approx Hopbush. HEX triplet: B9, 62 and 92. RGB value is (185,98,146). Sum of RGB (Red+Green+Blue) = 185+98+146=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B96292 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96292 is #469D6D. Grayscale: #818181. Windows color (decimal): -4627822 or 9593529. OLE color: 9593529.

HSL color Cylindrical-coordinate representation of color #B96292: hue angle of 326.9º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B96292 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB18598146-
CMYK00.470.210.27
HSL326.9º38.33%55.49%-
HSV(B)326.9º47.03%72.55%-
XYZ29.5621.1229.71-
YUV129.48137.32167.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.12%
GREEN value IS 98 (38.67% from 255) = 22.84%
BLUE value IS 146 (57.42% from 255) = 34.03%
R=43.12%
G=22.84%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859814600.470.210.27326.938.3355.49
HexB9629202F151B1472637
Octal27114222205725335074667
Binary1011100111000101001001001011111010111011101000111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96292; }

 p { color: rgb(185,98,146); }

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

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

 a { background-color: rgb(185,98,146); }

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

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

 span { border-color: rgb(185,98,146); }

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