Html Css Color HEX #B7124D Jazzberry Jam

📋 copy color: '#B7124D'

red 183 ◦ green 18 ◦ blue 77

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

Shades of Jazzberry Jam #B7124D

Tints of Jazzberry Jam #B7124D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 27.7%

R = 65.83%
G = 6.47%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B7124D (or 0xB7124D) is known color: Jazzberry Jam. HEX triplet: B7, 12 and 4D. RGB value is (183,18,77). Sum of RGB (Red+Green+Blue) = 183+18+77=278 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.83% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 183 - color contains mainly: red. Hex color #B7124D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7124D is #48EDB2. Grayscale: #494949. Windows color (decimal): -4779443 or 5051063. OLE color: 5051063.

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

Color convert

RGB 183 18 77 -
CMYK 0 0.90 0.58 0.28
HSL 338.55º 0.82% 0.39% -
HSV(B) 338.55º 0.9% 0.72% -
XYZ 21.08 11.04 8.04 -
YUV 74.06 129.66 205.7 -
System Red Green Blue C M Y K H S L
Decimal 183 18 77 0 0.90 0.58 0.28 338.55 0.82 0.39
Hex B7 12 4D 0 5A 3A 1C 153 52 27
Octal 267 22 115 0 132 72 34 523 122 47
Binary 10110111 10010 1001101 0 1011010 111010 11100 101010011 1010010 100111

Color Harmonies of #B7124D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7124D

Black with #B7124D

Text Example


Text Example

White with #B7124D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7124D; }

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

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

background-color css

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

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

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

border-color css

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

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

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