Html Css Color HEX #B10761 Jazzberry Jam

📋 copy color: '#B10761'

red 177 ◦ green 7 ◦ blue 97

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

Shades of Jazzberry Jam #B10761

Tints of Jazzberry Jam #B10761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 34.52%

R = 62.99%
G = 2.49%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B10761 (or 0xB10761) is known color: Jazzberry Jam. HEX triplet: B1, 07 and 61. RGB value is (177,7,97). Sum of RGB (Red+Green+Blue) = 177+7+97=281 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.99% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 177 - color contains mainly: red. Hex color #B10761 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10761 is #4EF89E. Grayscale: #434343. Windows color (decimal): -5175455 or 6358961. OLE color: 6358961.

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

Color convert

RGB 177 7 97 -
CMYK 0 0.96 0.45 0.31
HSL 328.24º 0.92% 0.36% -
HSV(B) 328.24º 0.96% 0.69% -
XYZ 20.37 10.36 12.24 -
YUV 68.09 144.32 205.68 -
System Red Green Blue C M Y K H S L
Decimal 177 7 97 0 0.96 0.45 0.31 328.24 0.92 0.36
Hex B1 7 61 0 60 2D 1F 148 5C 24
Octal 261 7 141 0 140 55 37 510 134 44
Binary 10110001 111 1100001 0 1100000 101101 11111 101001000 1011100 100100

Color Harmonies of #B10761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10761

Black with #B10761

Text Example


Text Example

White with #B10761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10761; }

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

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

background-color css

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

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

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

border-color css

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

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

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