Html Css Color HEX #B10255 Jazzberry Jam

📋 copy color: '#B10255'

red 177 ◦ green 2 ◦ blue 85

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

Shades of Jazzberry Jam #B10255

Tints of Jazzberry Jam #B10255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 32.2%

R = 67.05%
G = 0.76%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B10255 (or 0xB10255) is known color: Jazzberry Jam. HEX triplet: B1, 02 and 55. RGB value is (177,2,85). Sum of RGB (Red+Green+Blue) = 177+2+85=264 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.05% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 85 (33.59% from 255 or 32.20% from 264); Max value from RGB is 177 - color contains mainly: red. Hex color #B10255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10255 is #4EFDAA. Grayscale: #3F3F3F. Windows color (decimal): -5176747 or 5571249. OLE color: 5571249.

HSL color Cylindrical-coordinate representation of color #B10255: hue angle of 331.54º 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 #B10255 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 2 85 -
CMYK 0 0.99 0.52 0.31
HSL 331.54º 0.98% 0.35% -
HSV(B) 331.54º 0.99% 0.69% -
XYZ 19.79 10.05 9.49 -
YUV 63.79 139.98 208.75 -
System Red Green Blue C M Y K H S L
Decimal 177 2 85 0 0.99 0.52 0.31 331.54 0.98 0.35
Hex B1 2 55 0 63 34 1F 14C 62 23
Octal 261 2 125 0 143 64 37 514 142 43
Binary 10110001 10 1010101 0 1100011 110100 11111 101001100 1100010 100011

Color Harmonies of #B10255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10255

Black with #B10255

Text Example


Text Example

White with #B10255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10255; }

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

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

background-color css

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

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

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

border-color css

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

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

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