Html Css Color HEX #B10264 Jazzberry Jam

📋 copy color: '#B10264'

red 177 ◦ green 2 ◦ blue 100

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

Shades of Jazzberry Jam #B10264

Tints of Jazzberry Jam #B10264

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.72%

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

R = 63.44%
G = 0.72%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B10264 (or 0xB10264) is known color: Jazzberry Jam. HEX triplet: B1, 02 and 64. RGB value is (177,2,100). Sum of RGB (Red+Green+Blue) = 177+2+100=279 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.44% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 100 (39.45% from 255 or 35.84% from 279); Max value from RGB is 177 - color contains mainly: red. Hex color #B10264 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10264 is #4EFD9B. Grayscale: #414141. Windows color (decimal): -5176732 or 6554289. OLE color: 6554289.

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

Color convert

RGB 177 2 100 -
CMYK 0 0.99 0.44 0.31
HSL 326.4º 0.98% 0.35% -
HSV(B) 326.4º 0.99% 0.69% -
XYZ 20.45 10.31 12.97 -
YUV 65.5 147.48 207.53 -
System Red Green Blue C M Y K H S L
Decimal 177 2 100 0 0.99 0.44 0.31 326.4 0.98 0.35
Hex B1 2 64 0 63 2C 1F 146 62 23
Octal 261 2 144 0 143 54 37 506 142 43
Binary 10110001 10 1100100 0 1100011 101100 11111 101000110 1100010 100011

Color Harmonies of #B10264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10264

Black with #B10264

Text Example


Text Example

White with #B10264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10264; }

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

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

background-color css

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

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

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

border-color css

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

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

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