Html Css Color HEX #B12164 Jazzberry Jam

📋 copy color: '#B12164'

red 177 ◦ green 33 ◦ blue 100

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

Shades of Jazzberry Jam #B12164

Tints of Jazzberry Jam #B12164

RGB

 RED value IS 177 (69.53% from 255) = 57.1%

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

 BLUE value IS 100 (39.45% from 255) = 32.26%

R = 57.1%
G = 10.65%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B12164 (or 0xB12164) is known color: Jazzberry Jam. HEX triplet: B1, 21 and 64. RGB value is (177,33,100). Sum of RGB (Red+Green+Blue) = 177+33+100=310 (41% of max value = 765). Red value is 177 (69.53% from 255 or 57.10% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 177 - color contains mainly: red. Hex color #B12164 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12164 is #4EDE9B. Grayscale: #535353. Windows color (decimal): -5168796 or 6562225. OLE color: 6562225.

HSL color Cylindrical-coordinate representation of color #B12164: hue angle of 332.08º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B12164 is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 33 100 -
CMYK 0 0.81 0.44 0.31
HSL 332.08º 0.69% 0.41% -
HSV(B) 332.08º 0.81% 0.69% -
XYZ 20.98 11.35 13.14 -
YUV 83.69 137.21 194.55 -
System Red Green Blue C M Y K H S L
Decimal 177 33 100 0 0.81 0.44 0.31 332.08 0.69 0.41
Hex B1 21 64 0 51 2C 1F 14C 45 29
Octal 261 41 144 0 121 54 37 514 105 51
Binary 10110001 100001 1100100 0 1010001 101100 11111 101001100 1000101 101001

Color Harmonies of #B12164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12164

Black with #B12164

Text Example


Text Example

White with #B12164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12164; }

 p { color: rgb(177,33,100); }

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

background-color css

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

 a { background-color: rgb(177,33,100); }

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

border-color css

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

 span { border-color: rgb(177,33,100); }

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