Html Css Color HEX #B7124E Jazzberry Jam

📋 copy color: '#B7124E'

red 183 ◦ green 18 ◦ blue 78

#B7124E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #B7124E

Tints of Jazzberry Jam #B7124E

RGB

 RED value IS 183 (71.88% from 255) = 65.59%

 GREEN value IS 18 (7.42% from 255) = 6.45%

 BLUE value IS 78 (30.86% from 255) = 27.96%

R = 65.59%
G = 6.45%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B7124E (or 0xB7124E) is known color: Jazzberry Jam. HEX triplet: B7, 12 and 4E. RGB value is (183,18,78). Sum of RGB (Red+Green+Blue) = 183+18+78=279 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.59% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 78 (30.86% from 255 or 27.96% from 279); Max value from RGB is 183 - color contains mainly: red. Hex color #B7124E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7124E is #48EDB1. Grayscale: #4A4A4A. Windows color (decimal): -4779442 or 5116599. OLE color: 5116599.

HSL color Cylindrical-coordinate representation of color #B7124E: hue angle of 338.18º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B7124E is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 18 78 -
CMYK 0 0.90 0.57 0.28
HSL 338.18º 0.82% 0.39% -
HSV(B) 338.18º 0.9% 0.72% -
XYZ 21.12 11.05 8.23 -
YUV 74.18 130.16 205.62 -
System Red Green Blue C M Y K H S L
Decimal 183 18 78 0 0.90 0.57 0.28 338.18 0.82 0.39
Hex B7 12 4E 0 5A 39 1C 152 52 27
Octal 267 22 116 0 132 71 34 522 122 47
Binary 10110111 10010 1001110 0 1011010 111001 11100 101010010 1010010 100111

Color Harmonies of #B7124E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7124E

Black with #B7124E

Text Example


Text Example

White with #B7124E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7124E; }

 p { color: rgb(183,18,78); }

 H1.HeaderClassName
 {
   color: #B7124E;
 }
 .AnyTagClassName
 {
   color: #B7124E;
 }
</style>

background-color css

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

 a { background-color: rgb(183,18,78); }

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

border-color css

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

 span { border-color: rgb(183,18,78); }

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