Html Css Color HEX #B3166A Jazzberry Jam

📋 copy color: '#B3166A'

red 179 ◦ green 22 ◦ blue 106

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

Shades of Jazzberry Jam #B3166A

Tints of Jazzberry Jam #B3166A

RGB

 RED value IS 179 (70.31% from 255) = 58.31%

 GREEN value IS 22 (8.98% from 255) = 7.17%

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

R = 58.31%
G = 7.17%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B3166A (or 0xB3166A) is known color: Jazzberry Jam. HEX triplet: B3, 16 and 6A. RGB value is (179,22,106). Sum of RGB (Red+Green+Blue) = 179+22+106=307 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.31% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 179 - color contains mainly: red. Hex color #B3166A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3166A is #4CE995. Grayscale: #4E4E4E. Windows color (decimal): -5040534 or 6952627. OLE color: 6952627.

HSL color Cylindrical-coordinate representation of color #B3166A: hue angle of 327.9º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B3166A is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 22 106 -
CMYK 0 0.88 0.41 0.30
HSL 327.9º 0.78% 0.39% -
HSV(B) 327.9º 0.88% 0.7% -
XYZ 21.48 11.2 14.67 -
YUV 78.52 143.51 199.67 -
System Red Green Blue C M Y K H S L
Decimal 179 22 106 0 0.88 0.41 0.30 327.9 0.78 0.39
Hex B3 16 6A 0 58 29 1E 148 4E 27
Octal 263 26 152 0 130 51 36 510 116 47
Binary 10110011 10110 1101010 0 1011000 101001 11110 101001000 1001110 100111

Color Harmonies of #B3166A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3166A

Black with #B3166A

Text Example


Text Example

White with #B3166A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3166A; }

 p { color: rgb(179,22,106); }

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

background-color css

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

 a { background-color: rgb(179,22,106); }

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

border-color css

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

 span { border-color: rgb(179,22,106); }

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