Html Css Color HEX #B12461 Jazzberry Jam

📋 copy color: '#B12461'

red 177 ◦ green 36 ◦ blue 97

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

Shades of Jazzberry Jam #B12461

Tints of Jazzberry Jam #B12461

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.61%

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

R = 57.1%
G = 11.61%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B12461 (or 0xB12461) is known color: Jazzberry Jam. HEX triplet: B1, 24 and 61. RGB value is (177,36,97). Sum of RGB (Red+Green+Blue) = 177+36+97=310 (41% of max value = 765). Red value is 177 (69.53% from 255 or 57.10% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 177 - color contains mainly: red. Hex color #B12461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12461 is #4EDB9E. Grayscale: #555555. Windows color (decimal): -5168031 or 6366385. OLE color: 6366385.

HSL color Cylindrical-coordinate representation of color #B12461: hue angle of 334.04º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B12461 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 36 97 -
CMYK 0 0.80 0.45 0.31
HSL 334.04º 0.66% 0.42% -
HSV(B) 334.04º 0.8% 0.69% -
XYZ 20.92 11.47 12.42 -
YUV 85.11 134.71 193.54 -
System Red Green Blue C M Y K H S L
Decimal 177 36 97 0 0.80 0.45 0.31 334.04 0.66 0.42
Hex B1 24 61 0 50 2D 1F 14E 42 2A
Octal 261 44 141 0 120 55 37 516 102 52
Binary 10110001 100100 1100001 0 1010000 101101 11111 101001110 1000010 101010

Color Harmonies of #B12461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12461

Black with #B12461

Text Example


Text Example

White with #B12461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12461; }

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

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

background-color css

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

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

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

border-color css

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

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

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