Html Css Color HEX #B10C61 Jazzberry Jam

📋 copy color: '#B10C61'

red 177 ◦ green 12 ◦ blue 97

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

Shades of Jazzberry Jam #B10C61

Tints of Jazzberry Jam #B10C61

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.2%

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

R = 61.89%
G = 4.2%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B10C61 (or 0xB10C61) is known color: Jazzberry Jam. HEX triplet: B1, 0C and 61. RGB value is (177,12,97). Sum of RGB (Red+Green+Blue) = 177+12+97=286 (37% of max value = 765). Red value is 177 (69.53% from 255 or 61.89% from 286); Green value is 12 (5.08% from 255 or 4.20% from 286); Blue value is 97 (38.28% from 255 or 33.92% from 286); Max value from RGB is 177 - color contains mainly: red. Hex color #B10C61 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10C61 is #4EF39E. Grayscale: #464646. Windows color (decimal): -5174175 or 6360241. OLE color: 6360241.

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

Color convert

RGB 177 12 97 -
CMYK 0 0.93 0.45 0.31
HSL 329.09º 0.87% 0.37% -
HSV(B) 329.09º 0.93% 0.69% -
XYZ 20.42 10.47 12.25 -
YUV 71.03 142.66 203.59 -
System Red Green Blue C M Y K H S L
Decimal 177 12 97 0 0.93 0.45 0.31 329.09 0.87 0.37
Hex B1 C 61 0 5D 2D 1F 149 57 25
Octal 261 14 141 0 135 55 37 511 127 45
Binary 10110001 1100 1100001 0 1011101 101101 11111 101001001 1010111 100101

Color Harmonies of #B10C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10C61

Black with #B10C61

Text Example


Text Example

White with #B10C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10C61; }

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

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

background-color css

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

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

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

border-color css

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

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

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