Html Css Color HEX #B10650 Jazzberry Jam

📋 copy color: '#B10650'

red 177 ◦ green 6 ◦ blue 80

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

Shades of Jazzberry Jam #B10650

Tints of Jazzberry Jam #B10650

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.28%

 BLUE value IS 80 (31.64% from 255) = 30.42%

R = 67.3%
G = 2.28%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B10650 (or 0xB10650) is known color: Jazzberry Jam. HEX triplet: B1, 06 and 50. RGB value is (177,6,80). Sum of RGB (Red+Green+Blue) = 177+6+80=263 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.30% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 177 - color contains mainly: red. Hex color #B10650 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10650 is #4EF9AF. Grayscale: #414141. Windows color (decimal): -5175728 or 5244593. OLE color: 5244593.

HSL color Cylindrical-coordinate representation of color #B10650: hue angle of 334.04º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B10650 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 6 80 -
CMYK 0 0.97 0.55 0.31
HSL 334.04º 0.93% 0.36% -
HSV(B) 334.04º 0.97% 0.69% -
XYZ 19.64 10.06 8.5 -
YUV 65.57 136.15 207.48 -
System Red Green Blue C M Y K H S L
Decimal 177 6 80 0 0.97 0.55 0.31 334.04 0.93 0.36
Hex B1 6 50 0 61 37 1F 14E 5D 24
Octal 261 6 120 0 141 67 37 516 135 44
Binary 10110001 110 1010000 0 1100001 110111 11111 101001110 1011101 100100

Color Harmonies of #B10650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10650

Black with #B10650

Text Example


Text Example

White with #B10650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10650; }

 p { color: rgb(177,6,80); }

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

background-color css

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

 a { background-color: rgb(177,6,80); }

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

border-color css

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

 span { border-color: rgb(177,6,80); }

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