Html Css Color HEX #B10755 Jazzberry Jam

📋 copy color: '#B10755'

red 177 ◦ green 7 ◦ blue 85

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

Shades of Jazzberry Jam #B10755

Tints of Jazzberry Jam #B10755

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.6%

 BLUE value IS 85 (33.59% from 255) = 31.6%

R = 65.8%
G = 2.6%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B10755 (or 0xB10755) is known color: Jazzberry Jam. HEX triplet: B1, 07 and 55. RGB value is (177,7,85). Sum of RGB (Red+Green+Blue) = 177+7+85=269 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.80% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 85 (33.59% from 255 or 31.60% from 269); Max value from RGB is 177 - color contains mainly: red. Hex color #B10755 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10755 is #4EF8AA. Grayscale: #424242. Windows color (decimal): -5175467 or 5572529. OLE color: 5572529.

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

Color convert

RGB 177 7 85 -
CMYK 0 0.96 0.52 0.31
HSL 332.47º 0.92% 0.36% -
HSV(B) 332.47º 0.96% 0.69% -
XYZ 19.85 10.15 9.51 -
YUV 66.72 138.32 206.66 -
System Red Green Blue C M Y K H S L
Decimal 177 7 85 0 0.96 0.52 0.31 332.47 0.92 0.36
Hex B1 7 55 0 60 34 1F 14C 5C 24
Octal 261 7 125 0 140 64 37 514 134 44
Binary 10110001 111 1010101 0 1100000 110100 11111 101001100 1011100 100100

Color Harmonies of #B10755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10755

Black with #B10755

Text Example


Text Example

White with #B10755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10755; }

 p { color: rgb(177,7,85); }

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

background-color css

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

 a { background-color: rgb(177,7,85); }

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

border-color css

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

 span { border-color: rgb(177,7,85); }

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