#B97093

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

Shades of Hopbush #B97093

Tints of Hopbush #B97093

Color information

#B97093 (or 0xB97093) is unknown color: approx Hopbush. HEX triplet: B9, 70 and 93. RGB value is (185,112,147). Sum of RGB (Red+Green+Blue) = 185+112+147=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 147 (57.81% from 255 or 33.11% from 444); Max value from RGB is 185 - color contains mainly: red. Hex color #B97093 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97093 is #468F6C. Grayscale: #898989. Windows color (decimal): -4624237 or 9662649. OLE color: 9662649.

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

Color convert

RGB185112147-
CMYK00.390.210.27
HSL331.23º34.27%58.24%-
HSV(B)331.23º39.46%72.55%-
XYZ31.0724.0130.6-
YUV137.82133.18161.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.67%
GREEN value IS 112 (44.14% from 255) = 25.23%
BLUE value IS 147 (57.81% from 255) = 33.11%
R=41.67%
G=25.23%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511214700.390.210.27331.2334.2758.24
HexB97093027151B14b223a
Octal27116022304725335134272
Binary1011100111100001001001101001111010111011101001011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97093; }

 p { color: rgb(185,112,147); }

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

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

 a { background-color: rgb(185,112,147); }

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

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

 span { border-color: rgb(185,112,147); }

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