Html Css Color HEX #B1246B Jazzberry Jam

📋 copy color: '#B1246B'

red 177 ◦ green 36 ◦ blue 107

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

Shades of Jazzberry Jam #B1246B

Tints of Jazzberry Jam #B1246B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.44%

R = 55.31%
G = 11.25%
B = 33.44%

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

#B1246B (or 0xB1246B) is known color: Jazzberry Jam. HEX triplet: B1, 24 and 6B. RGB value is (177,36,107). Sum of RGB (Red+Green+Blue) = 177+36+107=320 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.31% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 177 - color contains mainly: red. Hex color #B1246B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1246B is #4EDB94. Grayscale: #565656. Windows color (decimal): -5168021 or 7021745. OLE color: 7021745.

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

Color convert

RGB 177 36 107 -
CMYK 0 0.80 0.40 0.31
HSL 329.79º 0.66% 0.42% -
HSV(B) 329.79º 0.8% 0.69% -
XYZ 21.42 11.67 15.03 -
YUV 86.25 139.71 192.73 -
System Red Green Blue C M Y K H S L
Decimal 177 36 107 0 0.80 0.40 0.31 329.79 0.66 0.42
Hex B1 24 6B 0 50 28 1F 14A 42 2A
Octal 261 44 153 0 120 50 37 512 102 52
Binary 10110001 100100 1101011 0 1010000 101000 11111 101001010 1000010 101010

Color Harmonies of #B1246B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1246B

Black with #B1246B

Text Example


Text Example

White with #B1246B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1246B; }

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

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

background-color css

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

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

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

border-color css

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

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

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