Html Css Color HEX #B10F72 Jazzberry Jam

📋 copy color: '#B10F72'

red 177 ◦ green 15 ◦ blue 114

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

Shades of Jazzberry Jam #B10F72

Tints of Jazzberry Jam #B10F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.25%

R = 57.84%
G = 4.9%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B10F72 (or 0xB10F72) is known color: Jazzberry Jam. HEX triplet: B1, 0F and 72. RGB value is (177,15,114). Sum of RGB (Red+Green+Blue) = 177+15+114=306 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.84% from 306); Green value is 15 (6.25% from 255 or 4.90% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 177 - color contains mainly: red. Hex color #B10F72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10F72 is #4EF08D. Grayscale: #4A4A4A. Windows color (decimal): -5173390 or 7475121. OLE color: 7475121.

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

Color convert

RGB 177 15 114 -
CMYK 0 0.92 0.36 0.31
HSL 323.33º 0.84% 0.38% -
HSV(B) 323.33º 0.92% 0.69% -
XYZ 21.34 10.9 16.9 -
YUV 74.72 150.17 200.95 -
System Red Green Blue C M Y K H S L
Decimal 177 15 114 0 0.92 0.36 0.31 323.33 0.84 0.38
Hex B1 F 72 0 5C 24 1F 143 54 26
Octal 261 17 162 0 134 44 37 503 124 46
Binary 10110001 1111 1110010 0 1011100 100100 11111 101000011 1010100 100110

Color Harmonies of #B10F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10F72

Black with #B10F72

Text Example


Text Example

White with #B10F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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