Html Css Color HEX #B10F64 Jazzberry Jam

📋 copy color: '#B10F64'

red 177 ◦ green 15 ◦ blue 100

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

Shades of Jazzberry Jam #B10F64

Tints of Jazzberry Jam #B10F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 34.25%

R = 60.62%
G = 5.14%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B10F64 (or 0xB10F64) is known color: Jazzberry Jam. HEX triplet: B1, 0F and 64. RGB value is (177,15,100). Sum of RGB (Red+Green+Blue) = 177+15+100=292 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.62% from 292); Green value is 15 (6.25% from 255 or 5.14% from 292); Blue value is 100 (39.45% from 255 or 34.25% from 292); Max value from RGB is 177 - color contains mainly: red. Hex color #B10F64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10F64 is #4EF09B. Grayscale: #484848. Windows color (decimal): -5173404 or 6557617. OLE color: 6557617.

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

Color convert

RGB 177 15 100 -
CMYK 0 0.92 0.44 0.31
HSL 328.52º 0.84% 0.38% -
HSV(B) 328.52º 0.92% 0.69% -
XYZ 20.6 10.61 13.02 -
YUV 73.13 143.17 202.09 -
System Red Green Blue C M Y K H S L
Decimal 177 15 100 0 0.92 0.44 0.31 328.52 0.84 0.38
Hex B1 F 64 0 5C 2C 1F 149 54 26
Octal 261 17 144 0 134 54 37 511 124 46
Binary 10110001 1111 1100100 0 1011100 101100 11111 101001001 1010100 100110

Color Harmonies of #B10F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10F64

Black with #B10F64

Text Example


Text Example

White with #B10F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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