Html Css Color HEX #B3186B Jazzberry Jam

📋 copy color: '#B3186B'

red 179 ◦ green 24 ◦ blue 107

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

Shades of Jazzberry Jam #B3186B

Tints of Jazzberry Jam #B3186B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.52%

R = 57.74%
G = 7.74%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B3186B (or 0xB3186B) is known color: Jazzberry Jam. HEX triplet: B3, 18 and 6B. RGB value is (179,24,107). Sum of RGB (Red+Green+Blue) = 179+24+107=310 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.74% from 310); Green value is 24 (9.77% from 255 or 7.74% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 179 - color contains mainly: red. Hex color #B3186B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3186B is #4CE794. Grayscale: #4F4F4F. Windows color (decimal): -5040021 or 7018675. OLE color: 7018675.

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

Color convert

RGB 179 24 107 -
CMYK 0 0.87 0.40 0.30
HSL 327.87º 0.76% 0.4% -
HSV(B) 327.87º 0.87% 0.7% -
XYZ 21.57 11.3 14.95 -
YUV 79.81 143.35 198.75 -
System Red Green Blue C M Y K H S L
Decimal 179 24 107 0 0.87 0.40 0.30 327.87 0.76 0.4
Hex B3 18 6B 0 57 28 1E 148 4C 28
Octal 263 30 153 0 127 50 36 510 114 50
Binary 10110011 11000 1101011 0 1010111 101000 11110 101001000 1001100 101000

Color Harmonies of #B3186B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3186B

Black with #B3186B

Text Example


Text Example

White with #B3186B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3186B; }

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

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

background-color css

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

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

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

border-color css

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

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

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