Html Css Color HEX #B1246A Jazzberry Jam

📋 copy color: '#B1246A'

red 177 ◦ green 36 ◦ blue 106

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

Shades of Jazzberry Jam #B1246A

Tints of Jazzberry Jam #B1246A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.23%

R = 55.49%
G = 11.29%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B1246A (or 0xB1246A) is known color: Jazzberry Jam. HEX triplet: B1, 24 and 6A. RGB value is (177,36,106). Sum of RGB (Red+Green+Blue) = 177+36+106=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B1246A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1246A is #4EDB95. Grayscale: #565656. Windows color (decimal): -5168022 or 6956209. OLE color: 6956209.

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

Color convert

RGB 177 36 106 -
CMYK 0 0.80 0.40 0.31
HSL 330.21º 0.66% 0.42% -
HSV(B) 330.21º 0.8% 0.69% -
XYZ 21.36 11.65 14.76 -
YUV 86.14 139.21 192.81 -
System Red Green Blue C M Y K H S L
Decimal 177 36 106 0 0.80 0.40 0.31 330.21 0.66 0.42
Hex B1 24 6A 0 50 28 1F 14A 42 2A
Octal 261 44 152 0 120 50 37 512 102 52
Binary 10110001 100100 1101010 0 1010000 101000 11111 101001010 1000010 101010

Color Harmonies of #B1246A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1246A

Black with #B1246A

Text Example


Text Example

White with #B1246A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1246A; }

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

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

background-color css

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

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

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

border-color css

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

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

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