Html Css Color HEX #B10E64 Jazzberry Jam

📋 copy color: '#B10E64'

red 177 ◦ green 14 ◦ blue 100

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

Shades of Jazzberry Jam #B10E64

Tints of Jazzberry Jam #B10E64

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.81%

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

R = 60.82%
G = 4.81%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B10E64 (or 0xB10E64) is known color: Jazzberry Jam. HEX triplet: B1, 0E and 64. RGB value is (177,14,100). Sum of RGB (Red+Green+Blue) = 177+14+100=291 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.82% from 291); Green value is 14 (5.86% from 255 or 4.81% from 291); Blue value is 100 (39.45% from 255 or 34.36% from 291); Max value from RGB is 177 - color contains mainly: red. Hex color #B10E64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10E64 is #4EF19B. Grayscale: #484848. Windows color (decimal): -5173660 or 6557361. OLE color: 6557361.

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

Color convert

RGB 177 14 100 -
CMYK 0 0.92 0.44 0.31
HSL 328.34º 0.85% 0.37% -
HSV(B) 328.34º 0.92% 0.69% -
XYZ 20.59 10.58 13.01 -
YUV 72.54 143.5 202.51 -
System Red Green Blue C M Y K H S L
Decimal 177 14 100 0 0.92 0.44 0.31 328.34 0.85 0.37
Hex B1 E 64 0 5C 2C 1F 148 55 25
Octal 261 16 144 0 134 54 37 510 125 45
Binary 10110001 1110 1100100 0 1011100 101100 11111 101001000 1010101 100101

Color Harmonies of #B10E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10E64

Black with #B10E64

Text Example


Text Example

White with #B10E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10E64; }

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

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

background-color css

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

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

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

border-color css

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

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

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