Html Css Color HEX #B10770 Jazzberry Jam

📋 copy color: '#B10770'

red 177 ◦ green 7 ◦ blue 112

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

Shades of Jazzberry Jam #B10770

Tints of Jazzberry Jam #B10770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 37.84%

R = 59.8%
G = 2.36%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B10770 (or 0xB10770) is known color: Jazzberry Jam. HEX triplet: B1, 07 and 70. RGB value is (177,7,112). Sum of RGB (Red+Green+Blue) = 177+7+112=296 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.80% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 112 (44.14% from 255 or 37.84% from 296); Max value from RGB is 177 - color contains mainly: red. Hex color #B10770 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10770 is #4EF88F. Grayscale: #454545. Windows color (decimal): -5175440 or 7342001. OLE color: 7342001.

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

Color convert

RGB 177 7 112 -
CMYK 0 0.96 0.37 0.31
HSL 322.94º 0.92% 0.36% -
HSV(B) 322.94º 0.96% 0.69% -
XYZ 21.13 10.67 16.27 -
YUV 69.8 151.82 204.46 -
System Red Green Blue C M Y K H S L
Decimal 177 7 112 0 0.96 0.37 0.31 322.94 0.92 0.36
Hex B1 7 70 0 60 25 1F 143 5C 24
Octal 261 7 160 0 140 45 37 503 134 44
Binary 10110001 111 1110000 0 1100000 100101 11111 101000011 1011100 100100

Color Harmonies of #B10770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10770

Black with #B10770

Text Example


Text Example

White with #B10770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10770; }

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

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

background-color css

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

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

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

border-color css

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

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

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