Html Css Color HEX #B3166D Jazzberry Jam

📋 copy color: '#B3166D'

red 179 ◦ green 22 ◦ blue 109

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

Shades of Jazzberry Jam #B3166D

Tints of Jazzberry Jam #B3166D

RGB

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

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

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

R = 57.74%
G = 7.1%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B3166D (or 0xB3166D) is known color: Jazzberry Jam. HEX triplet: B3, 16 and 6D. RGB value is (179,22,109). Sum of RGB (Red+Green+Blue) = 179+22+109=310 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.74% from 310); Green value is 22 (8.98% from 255 or 7.10% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 179 - color contains mainly: red. Hex color #B3166D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3166D is #4CE992. Grayscale: #4E4E4E. Windows color (decimal): -5040531 or 7149235. OLE color: 7149235.

HSL color Cylindrical-coordinate representation of color #B3166D: hue angle of 326.75º 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 #B3166D is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 22 109 -
CMYK 0 0.88 0.39 0.30
HSL 326.75º 0.78% 0.39% -
HSV(B) 326.75º 0.88% 0.7% -
XYZ 21.64 11.26 15.5 -
YUV 78.86 145.01 199.43 -
System Red Green Blue C M Y K H S L
Decimal 179 22 109 0 0.88 0.39 0.30 326.75 0.78 0.39
Hex B3 16 6D 0 58 27 1E 147 4E 27
Octal 263 26 155 0 130 47 36 507 116 47
Binary 10110011 10110 1101101 0 1011000 100111 11110 101000111 1001110 100111

Color Harmonies of #B3166D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3166D

Black with #B3166D

Text Example


Text Example

White with #B3166D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3166D; }

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

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

background-color css

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

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

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

border-color css

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

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

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