#B7025A

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

Shades of Jazzberry Jam #B7025A

Tints of Jazzberry Jam #B7025A

Color information

#B7025A (or 0xB7025A) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 02 and 5A. RGB value is (183,2,90). Sum of RGB (Red+Green+Blue) = 183+2+90=275 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.55% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 183 - color contains mainly: red. Hex color #B7025A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7025A is #48FDA5. Grayscale: #414141. Windows color (decimal): -4783526 or 5898935. OLE color: 5898935.

HSL color Cylindrical-coordinate representation of color #B7025A: hue angle of 330.83º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B7025A is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB183290-
CMYK00.990.510.28
HSL330.83º97.84%36.27%-
HSV(B)330.83º98.91%71.76%-
XYZ21.410.8510.64-
YUV66.15141.47211.34-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 66.55%
GREEN value IS 2 (1.17% from 255) = 0.73%
BLUE value IS 90 (35.55% from 255) = 32.73%
R=66.55%
G=0.73%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18329000.990.510.28330.8397.8436.27
HexB725A063331C14b6224
Octal26721320143633451314244
Binary1011011110101101001100011110011111001010010111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7025A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7025A; }

 p { color: rgb(183,2,90); }

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

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

 a { background-color: rgb(183,2,90); }

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

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

 span { border-color: rgb(183,2,90); }

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