Html Css Color HEX #B3186D Jazzberry Jam

📋 copy color: '#B3186D'

red 179 ◦ green 24 ◦ blue 109

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

Shades of Jazzberry Jam #B3186D

Tints of Jazzberry Jam #B3186D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.69%

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

R = 57.37%
G = 7.69%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B3186D (or 0xB3186D) is known color: Jazzberry Jam. HEX triplet: B3, 18 and 6D. RGB value is (179,24,109). Sum of RGB (Red+Green+Blue) = 179+24+109=312 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.37% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 179 - color contains mainly: red. Hex color #B3186D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3186D is #4CE792. Grayscale: #4F4F4F. Windows color (decimal): -5040019 or 7149747. OLE color: 7149747.

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

Color convert

RGB 179 24 109 -
CMYK 0 0.87 0.39 0.30
HSL 327.1º 0.76% 0.4% -
HSV(B) 327.1º 0.87% 0.7% -
XYZ 21.68 11.34 15.51 -
YUV 80.04 144.35 198.59 -
System Red Green Blue C M Y K H S L
Decimal 179 24 109 0 0.87 0.39 0.30 327.1 0.76 0.4
Hex B3 18 6D 0 57 27 1E 147 4C 28
Octal 263 30 155 0 127 47 36 507 114 50
Binary 10110011 11000 1101101 0 1010111 100111 11110 101000111 1001100 101000

Color Harmonies of #B3186D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3186D

Black with #B3186D

Text Example


Text Example

White with #B3186D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3186D; }

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

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

background-color css

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

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

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

border-color css

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

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

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