Html Css Color HEX #B10F74 Jazzberry Jam

📋 copy color: '#B10F74'

red 177 ◦ green 15 ◦ blue 116

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

Shades of Jazzberry Jam #B10F74

Tints of Jazzberry Jam #B10F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.66%

R = 57.47%
G = 4.87%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B10F74 (or 0xB10F74) is known color: Jazzberry Jam. HEX triplet: B1, 0F and 74. RGB value is (177,15,116). Sum of RGB (Red+Green+Blue) = 177+15+116=308 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.47% from 308); Green value is 15 (6.25% from 255 or 4.87% from 308); Blue value is 116 (45.70% from 255 or 37.66% from 308); Max value from RGB is 177 - color contains mainly: red. Hex color #B10F74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10F74 is #4EF08B. Grayscale: #4A4A4A. Windows color (decimal): -5173388 or 7606193. OLE color: 7606193.

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

Color convert

RGB 177 15 116 -
CMYK 0 0.92 0.34 0.31
HSL 322.59º 0.84% 0.38% -
HSV(B) 322.59º 0.92% 0.69% -
XYZ 21.45 10.95 17.51 -
YUV 74.95 151.17 200.79 -
System Red Green Blue C M Y K H S L
Decimal 177 15 116 0 0.92 0.34 0.31 322.59 0.84 0.38
Hex B1 F 74 0 5C 22 1F 143 54 26
Octal 261 17 164 0 134 42 37 503 124 46
Binary 10110001 1111 1110100 0 1011100 100010 11111 101000011 1010100 100110

Color Harmonies of #B10F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10F74

Black with #B10F74

Text Example


Text Example

White with #B10F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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