#B4105B

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

Shades of Jazzberry Jam #B4105B

Tints of Jazzberry Jam #B4105B

Color information

#B4105B (or 0xB4105B) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 10 and 5B. RGB value is (180,16,91). Sum of RGB (Red+Green+Blue) = 180+16+91=287 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.72% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 180 - color contains mainly: red. Hex color #B4105B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4105B is #4BEFA4. Grayscale: #494949. Windows color (decimal): -4976549 or 5968052. OLE color: 5968052.

HSL color Cylindrical-coordinate representation of color #B4105B: hue angle of 332.56º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B4105B is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB1801691-
CMYK00.910.490.29
HSL332.56º83.67%38.43%-
HSV(B)332.56º91.11%70.59%-
XYZ20.910.8310.89-
YUV73.59137.83203.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.72%
GREEN value IS 16 (6.64% from 255) = 5.57%
BLUE value IS 91 (35.94% from 255) = 31.71%
R=62.72%
G=5.57%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180169100.910.490.29332.5683.6738.43
HexB4105B05B311D14d5426
Octal264201330133613551512446
Binary1011010010000101101101011011110001111011010011011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4105B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4105B; }

 p { color: rgb(180,16,91); }

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

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

 a { background-color: rgb(180,16,91); }

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

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

 span { border-color: rgb(180,16,91); }

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