Html Css Color HEX #B32165 Jazzberry Jam

📋 copy color: '#B32165'

red 179 ◦ green 33 ◦ blue 101

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

Shades of Jazzberry Jam #B32165

Tints of Jazzberry Jam #B32165

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.54%

 BLUE value IS 101 (39.84% from 255) = 32.27%

R = 57.19%
G = 10.54%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B32165 (or 0xB32165) is known color: Jazzberry Jam. HEX triplet: B3, 21 and 65. RGB value is (179,33,101). Sum of RGB (Red+Green+Blue) = 179+33+101=313 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.19% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 179 - color contains mainly: red. Hex color #B32165 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32165 is #4CDE9A. Grayscale: #545454. Windows color (decimal): -5037723 or 6627763. OLE color: 6627763.

HSL color Cylindrical-coordinate representation of color #B32165: hue angle of 332.05º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B32165 is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 33 101 -
CMYK 0 0.82 0.44 0.30
HSL 332.05º 0.69% 0.42% -
HSV(B) 332.05º 0.82% 0.7% -
XYZ 21.48 11.61 13.42 -
YUV 84.41 137.37 195.47 -
System Red Green Blue C M Y K H S L
Decimal 179 33 101 0 0.82 0.44 0.30 332.05 0.69 0.42
Hex B3 21 65 0 52 2C 1E 14C 45 2A
Octal 263 41 145 0 122 54 36 514 105 52
Binary 10110011 100001 1100101 0 1010010 101100 11110 101001100 1000101 101010

Color Harmonies of #B32165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32165

Black with #B32165

Text Example


Text Example

White with #B32165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32165; }

 p { color: rgb(179,33,101); }

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

background-color css

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

 a { background-color: rgb(179,33,101); }

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

border-color css

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

 span { border-color: rgb(179,33,101); }

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