Html Css Color HEX #B10A76 Jazzberry Jam

📋 copy color: '#B10A76'

red 177 ◦ green 10 ◦ blue 118

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

Shades of Jazzberry Jam #B10A76

Tints of Jazzberry Jam #B10A76

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.28%

 BLUE value IS 118 (46.48% from 255) = 38.69%

R = 58.03%
G = 3.28%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B10A76 (or 0xB10A76) is known color: Jazzberry Jam. HEX triplet: B1, 0A and 76. RGB value is (177,10,118). Sum of RGB (Red+Green+Blue) = 177+10+118=305 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.03% from 305); Green value is 10 (4.30% from 255 or 3.28% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 177 - color contains mainly: red. Hex color #B10A76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10A76 is #4EF589. Grayscale: #474747. Windows color (decimal): -5174666 or 7735985. OLE color: 7735985.

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

Color convert

RGB 177 10 118 -
CMYK 0 0.94 0.33 0.31
HSL 321.2º 0.89% 0.37% -
HSV(B) 321.2º 0.94% 0.69% -
XYZ 21.51 10.87 18.1 -
YUV 72.25 153.83 202.72 -
System Red Green Blue C M Y K H S L
Decimal 177 10 118 0 0.94 0.33 0.31 321.2 0.89 0.37
Hex B1 A 76 0 5E 21 1F 141 59 25
Octal 261 12 166 0 136 41 37 501 131 45
Binary 10110001 1010 1110110 0 1011110 100001 11111 101000001 1011001 100101

Color Harmonies of #B10A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10A76

Black with #B10A76

Text Example


Text Example

White with #B10A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10A76; }

 p { color: rgb(177,10,118); }

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

background-color css

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

 a { background-color: rgb(177,10,118); }

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

border-color css

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

 span { border-color: rgb(177,10,118); }

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