Html Css Color HEX #B12261 Jazzberry Jam

📋 copy color: '#B12261'

red 177 ◦ green 34 ◦ blue 97

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

Shades of Jazzberry Jam #B12261

Tints of Jazzberry Jam #B12261

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.04%

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

R = 57.47%
G = 11.04%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B12261 (or 0xB12261) is known color: Jazzberry Jam. HEX triplet: B1, 22 and 61. RGB value is (177,34,97). Sum of RGB (Red+Green+Blue) = 177+34+97=308 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.47% from 308); Green value is 34 (13.67% from 255 or 11.04% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 177 - color contains mainly: red. Hex color #B12261 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12261 is #4EDD9E. Grayscale: #535353. Windows color (decimal): -5168543 or 6365873. OLE color: 6365873.

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

Color convert

RGB 177 34 97 -
CMYK 0 0.81 0.45 0.31
HSL 333.57º 0.68% 0.41% -
HSV(B) 333.57º 0.81% 0.69% -
XYZ 20.86 11.35 12.4 -
YUV 83.94 135.38 194.38 -
System Red Green Blue C M Y K H S L
Decimal 177 34 97 0 0.81 0.45 0.31 333.57 0.68 0.41
Hex B1 22 61 0 51 2D 1F 14E 44 29
Octal 261 42 141 0 121 55 37 516 104 51
Binary 10110001 100010 1100001 0 1010001 101101 11111 101001110 1000100 101001

Color Harmonies of #B12261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12261

Black with #B12261

Text Example


Text Example

White with #B12261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12261; }

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

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

background-color css

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

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

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

border-color css

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

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

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