Html Css Color HEX #B7126A Jazzberry Jam

📋 copy color: '#B7126A'

red 183 ◦ green 18 ◦ blue 106

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

Shades of Jazzberry Jam #B7126A

Tints of Jazzberry Jam #B7126A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.53%

R = 59.61%
G = 5.86%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B7126A (or 0xB7126A) is known color: Jazzberry Jam. HEX triplet: B7, 12 and 6A. RGB value is (183,18,106). Sum of RGB (Red+Green+Blue) = 183+18+106=307 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.61% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 183 - color contains mainly: red. Hex color #B7126A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7126A is #48ED95. Grayscale: #4D4D4D. Windows color (decimal): -4779414 or 6951607. OLE color: 6951607.

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

Color convert

RGB 183 18 106 -
CMYK 0 0.90 0.42 0.28
HSL 328º 0.82% 0.39% -
HSV(B) 328º 0.9% 0.72% -
XYZ 22.35 11.54 14.69 -
YUV 77.37 144.16 203.34 -
System Red Green Blue C M Y K H S L
Decimal 183 18 106 0 0.90 0.42 0.28 328 0.82 0.39
Hex B7 12 6A 0 5A 2A 1C 148 52 27
Octal 267 22 152 0 132 52 34 510 122 47
Binary 10110111 10010 1101010 0 1011010 101010 11100 101001000 1010010 100111

Color Harmonies of #B7126A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7126A

Black with #B7126A

Text Example


Text Example

White with #B7126A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7126A; }

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

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

background-color css

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

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

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

border-color css

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

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

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