Html Css Color HEX #B7126D Jazzberry Jam

📋 copy color: '#B7126D'

red 183 ◦ green 18 ◦ blue 109

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

Shades of Jazzberry Jam #B7126D

Tints of Jazzberry Jam #B7126D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.16%

R = 59.03%
G = 5.81%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B7126D (or 0xB7126D) is known color: Jazzberry Jam. HEX triplet: B7, 12 and 6D. RGB value is (183,18,109). Sum of RGB (Red+Green+Blue) = 183+18+109=310 (41% of max value = 765). Red value is 183 (71.88% from 255 or 59.03% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 183 - color contains mainly: red. Hex color #B7126D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7126D is #48ED92. Grayscale: #4D4D4D. Windows color (decimal): -4779411 or 7148215. OLE color: 7148215.

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

Color convert

RGB 183 18 109 -
CMYK 0 0.90 0.40 0.28
HSL 326.91º 0.82% 0.39% -
HSV(B) 326.91º 0.9% 0.72% -
XYZ 22.51 11.6 15.52 -
YUV 77.71 145.66 203.1 -
System Red Green Blue C M Y K H S L
Decimal 183 18 109 0 0.90 0.40 0.28 326.91 0.82 0.39
Hex B7 12 6D 0 5A 28 1C 147 52 27
Octal 267 22 155 0 132 50 34 507 122 47
Binary 10110111 10010 1101101 0 1011010 101000 11100 101000111 1010010 100111

Color Harmonies of #B7126D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7126D

Black with #B7126D

Text Example


Text Example

White with #B7126D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7126D; }

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

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

background-color css

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

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

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

border-color css

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

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

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