Html Css Color HEX #B10E5C Jazzberry Jam

📋 copy color: '#B10E5C'

red 177 ◦ green 14 ◦ blue 92

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

Shades of Jazzberry Jam #B10E5C

Tints of Jazzberry Jam #B10E5C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.95%

 BLUE value IS 92 (36.33% from 255) = 32.51%

R = 62.54%
G = 4.95%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B10E5C (or 0xB10E5C) is known color: Jazzberry Jam. HEX triplet: B1, 0E and 5C. RGB value is (177,14,92). Sum of RGB (Red+Green+Blue) = 177+14+92=283 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.54% from 283); Green value is 14 (5.86% from 255 or 4.95% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 177 - color contains mainly: red. Hex color #B10E5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10E5C is #4EF1A3. Grayscale: #474747. Windows color (decimal): -5173668 or 6033073. OLE color: 6033073.

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

Color convert

RGB 177 14 92 -
CMYK 0 0.92 0.48 0.31
HSL 331.29º 0.85% 0.37% -
HSV(B) 331.29º 0.92% 0.69% -
XYZ 20.22 10.43 11.07 -
YUV 71.63 139.5 203.16 -
System Red Green Blue C M Y K H S L
Decimal 177 14 92 0 0.92 0.48 0.31 331.29 0.85 0.37
Hex B1 E 5C 0 5C 30 1F 14B 55 25
Octal 261 16 134 0 134 60 37 513 125 45
Binary 10110001 1110 1011100 0 1011100 110000 11111 101001011 1010101 100101

Color Harmonies of #B10E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10E5C

Black with #B10E5C

Text Example


Text Example

White with #B10E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10E5C; }

 p { color: rgb(177,14,92); }

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

background-color css

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

 a { background-color: rgb(177,14,92); }

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

border-color css

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

 span { border-color: rgb(177,14,92); }

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