Html Css Color HEX #B10F68 Jazzberry Jam

📋 copy color: '#B10F68'

red 177 ◦ green 15 ◦ blue 104

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

Shades of Jazzberry Jam #B10F68

Tints of Jazzberry Jam #B10F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 35.14%

R = 59.8%
G = 5.07%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B10F68 (or 0xB10F68) is known color: Jazzberry Jam. HEX triplet: B1, 0F and 68. RGB value is (177,15,104). Sum of RGB (Red+Green+Blue) = 177+15+104=296 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.80% from 296); Green value is 15 (6.25% from 255 or 5.07% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 177 - color contains mainly: red. Hex color #B10F68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10F68 is #4EF097. Grayscale: #494949. Windows color (decimal): -5173400 or 6819761. OLE color: 6819761.

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

Color convert

RGB 177 15 104 -
CMYK 0 0.92 0.41 0.31
HSL 327.04º 0.84% 0.38% -
HSV(B) 327.04º 0.92% 0.69% -
XYZ 20.8 10.69 14.06 -
YUV 73.58 145.17 201.76 -
System Red Green Blue C M Y K H S L
Decimal 177 15 104 0 0.92 0.41 0.31 327.04 0.84 0.38
Hex B1 F 68 0 5C 29 1F 147 54 26
Octal 261 17 150 0 134 51 37 507 124 46
Binary 10110001 1111 1101000 0 1011100 101001 11111 101000111 1010100 100110

Color Harmonies of #B10F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10F68

Black with #B10F68

Text Example


Text Example

White with #B10F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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