Html Css Color HEX #B12464 Jazzberry Jam

📋 copy color: '#B12464'

red 177 ◦ green 36 ◦ blue 100

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

Shades of Jazzberry Jam #B12464

Tints of Jazzberry Jam #B12464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 31.95%

R = 56.55%
G = 11.5%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B12464 (or 0xB12464) is known color: Jazzberry Jam. HEX triplet: B1, 24 and 64. RGB value is (177,36,100). Sum of RGB (Red+Green+Blue) = 177+36+100=313 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.55% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 177 - color contains mainly: red. Hex color #B12464 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12464 is #4EDB9B. Grayscale: #555555. Windows color (decimal): -5168028 or 6562993. OLE color: 6562993.

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

Color convert

RGB 177 36 100 -
CMYK 0 0.80 0.44 0.31
HSL 332.77º 0.66% 0.42% -
HSV(B) 332.77º 0.8% 0.69% -
XYZ 21.06 11.53 13.17 -
YUV 85.46 136.21 193.3 -
System Red Green Blue C M Y K H S L
Decimal 177 36 100 0 0.80 0.44 0.31 332.77 0.66 0.42
Hex B1 24 64 0 50 2C 1F 14D 42 2A
Octal 261 44 144 0 120 54 37 515 102 52
Binary 10110001 100100 1100100 0 1010000 101100 11111 101001101 1000010 101010

Color Harmonies of #B12464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12464

Black with #B12464

Text Example


Text Example

White with #B12464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12464; }

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

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

background-color css

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

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

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

border-color css

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

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

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