Html Css Color HEX #B10E5A Jazzberry Jam

📋 copy color: '#B10E5A'

red 177 ◦ green 14 ◦ blue 90

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

Shades of Jazzberry Jam #B10E5A

Tints of Jazzberry Jam #B10E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.03%

R = 62.99%
G = 4.98%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B10E5A (or 0xB10E5A) is known color: Jazzberry Jam. HEX triplet: B1, 0E and 5A. RGB value is (177,14,90). Sum of RGB (Red+Green+Blue) = 177+14+90=281 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.99% from 281); Green value is 14 (5.86% from 255 or 4.98% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 177 - color contains mainly: red. Hex color #B10E5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10E5A is #4EF1A5. Grayscale: #474747. Windows color (decimal): -5173670 or 5902001. OLE color: 5902001.

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

Color convert

RGB 177 14 90 -
CMYK 0 0.92 0.49 0.31
HSL 332.02º 0.85% 0.37% -
HSV(B) 332.02º 0.92% 0.69% -
XYZ 20.13 10.4 10.62 -
YUV 71.4 138.5 203.32 -
System Red Green Blue C M Y K H S L
Decimal 177 14 90 0 0.92 0.49 0.31 332.02 0.85 0.37
Hex B1 E 5A 0 5C 31 1F 14C 55 25
Octal 261 16 132 0 134 61 37 514 125 45
Binary 10110001 1110 1011010 0 1011100 110001 11111 101001100 1010101 100101

Color Harmonies of #B10E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10E5A

Black with #B10E5A

Text Example


Text Example

White with #B10E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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