Html Css Color HEX #B10F73 Jazzberry Jam

📋 copy color: '#B10F73'

red 177 ◦ green 15 ◦ blue 115

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

Shades of Jazzberry Jam #B10F73

Tints of Jazzberry Jam #B10F73

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.89%

 BLUE value IS 115 (45.31% from 255) = 37.46%

R = 57.65%
G = 4.89%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B10F73 (or 0xB10F73) is known color: Jazzberry Jam. HEX triplet: B1, 0F and 73. RGB value is (177,15,115). Sum of RGB (Red+Green+Blue) = 177+15+115=307 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.65% from 307); Green value is 15 (6.25% from 255 or 4.89% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 177 - color contains mainly: red. Hex color #B10F73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10F73 is #4EF08C. Grayscale: #4A4A4A. Windows color (decimal): -5173389 or 7540657. OLE color: 7540657.

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

Color convert

RGB 177 15 115 -
CMYK 0 0.92 0.35 0.31
HSL 322.96º 0.84% 0.38% -
HSV(B) 322.96º 0.92% 0.69% -
XYZ 21.4 10.93 17.2 -
YUV 74.84 150.67 200.87 -
System Red Green Blue C M Y K H S L
Decimal 177 15 115 0 0.92 0.35 0.31 322.96 0.84 0.38
Hex B1 F 73 0 5C 23 1F 143 54 26
Octal 261 17 163 0 134 43 37 503 124 46
Binary 10110001 1111 1110011 0 1011100 100011 11111 101000011 1010100 100110

Color Harmonies of #B10F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10F73

Black with #B10F73

Text Example


Text Example

White with #B10F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10F73; }

 p { color: rgb(177,15,115); }

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

background-color css

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

 a { background-color: rgb(177,15,115); }

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

border-color css

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

 span { border-color: rgb(177,15,115); }

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