Html Css Color HEX #B7126C Jazzberry Jam

📋 copy color: '#B7126C'

red 183 ◦ green 18 ◦ blue 108

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

Shades of Jazzberry Jam #B7126C

Tints of Jazzberry Jam #B7126C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.95%

R = 59.22%
G = 5.83%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B7126C (or 0xB7126C) is known color: Jazzberry Jam. HEX triplet: B7, 12 and 6C. RGB value is (183,18,108). Sum of RGB (Red+Green+Blue) = 183+18+108=309 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.22% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 183 - color contains mainly: red. Hex color #B7126C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7126C is #48ED93. Grayscale: #4D4D4D. Windows color (decimal): -4779412 or 7082679. OLE color: 7082679.

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

Color convert

RGB 183 18 108 -
CMYK 0 0.90 0.41 0.28
HSL 327.27º 0.82% 0.39% -
HSV(B) 327.27º 0.9% 0.72% -
XYZ 22.45 11.58 15.24 -
YUV 77.6 145.16 203.18 -
System Red Green Blue C M Y K H S L
Decimal 183 18 108 0 0.90 0.41 0.28 327.27 0.82 0.39
Hex B7 12 6C 0 5A 29 1C 147 52 27
Octal 267 22 154 0 132 51 34 507 122 47
Binary 10110111 10010 1101100 0 1011010 101001 11100 101000111 1010010 100111

Color Harmonies of #B7126C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7126C

Black with #B7126C

Text Example


Text Example

White with #B7126C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7126C; }

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

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

background-color css

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

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

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

border-color css

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

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

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