#B10269

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

Shades of Jazzberry Jam #B10269

Tints of Jazzberry Jam #B10269

Color information

#B10269 (or 0xB10269) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 02 and 69. RGB value is (177,2,105). Sum of RGB (Red+Green+Blue) = 177+2+105=284 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.32% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 105 (41.41% from 255 or 36.97% from 284); Max value from RGB is 177 - color contains mainly: red. Hex color #B10269 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10269 is #4EFD96. Grayscale: #414141. Windows color (decimal): -5176727 or 6881969. OLE color: 6881969.

HSL color Cylindrical-coordinate representation of color #B10269: hue angle of 324.69º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B10269 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB1772105-
CMYK00.990.410.31
HSL324.69º97.77%35.1%-
HSV(B)324.69º98.87%69.41%-
XYZ20.710.4114.28-
YUV66.07149.98207.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 62.32%
GREEN value IS 2 (1.17% from 255) = 0.70%
BLUE value IS 105 (41.41% from 255) = 36.97%
R=62.32%
G=0.70%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177210500.990.410.31324.6997.7735.1
HexB1269063291F1456223
Octal26121510143513750514243
Binary1011000110110100101100011101001111111010001011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10269; }

 p { color: rgb(177,2,105); }

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

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

 a { background-color: rgb(177,2,105); }

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

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

 span { border-color: rgb(177,2,105); }

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