#B4105C

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

Shades of Jazzberry Jam #B4105C

Tints of Jazzberry Jam #B4105C

Color information

#B4105C (or 0xB4105C) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 10 and 5C. RGB value is (180,16,92). Sum of RGB (Red+Green+Blue) = 180+16+92=288 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.5% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 180 - color contains mainly: red. Hex color #B4105C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4105C is #4BEFA3. Grayscale: #494949. Windows color (decimal): -4976548 or 6033588. OLE color: 6033588.

HSL color Cylindrical-coordinate representation of color #B4105C: hue angle of 332.2º 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 #B4105C is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB1801692-
CMYK00.910.490.29
HSL332.2º83.67%38.43%-
HSV(B)332.2º91.11%70.59%-
XYZ20.9410.8511.12-
YUV73.7138.33203.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.5%
GREEN value IS 16 (6.64% from 255) = 5.56%
BLUE value IS 92 (36.33% from 255) = 31.94%
R=62.5%
G=5.56%
B=31.94%

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
Decimal180169200.910.490.29332.283.6738.43
HexB4105C05B311D14c5426
Octal264201340133613551412446
Binary1011010010000101110001011011110001111011010011001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4105C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4105C; }

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

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

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

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

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

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

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

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