#B7025C

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

Shades of Jazzberry Jam #B7025C

Tints of Jazzberry Jam #B7025C

Color information

#B7025C (or 0xB7025C) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 02 and 5C. RGB value is (183,2,92). Sum of RGB (Red+Green+Blue) = 183+2+92=277 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.06% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 183 - color contains mainly: red. Hex color #B7025C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7025C is #48FDA3. Grayscale: #424242. Windows color (decimal): -4783524 or 6030007. OLE color: 6030007.

HSL color Cylindrical-coordinate representation of color #B7025C: hue angle of 330.17º 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 #B7025C is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB183292-
CMYK00.990.500.28
HSL330.17º97.84%36.27%-
HSV(B)330.17º98.91%71.76%-
XYZ21.4810.8811.09-
YUV66.38142.47211.18-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 66.06%
GREEN value IS 2 (1.17% from 255) = 0.72%
BLUE value IS 92 (36.33% from 255) = 33.21%
R=66.06%
G=0.72%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18329200.990.500.28330.1797.8436.27
HexB725C063321C14a6224
Octal26721340143623451214244
Binary1011011110101110001100011110010111001010010101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7025C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7025C; }

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

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

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

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

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

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

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

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