Html Css Color HEX #B61756 Jazzberry Jam

📋 copy color: '#B61756'

red 182 ◦ green 23 ◦ blue 86

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

Shades of Jazzberry Jam #B61756

Tints of Jazzberry Jam #B61756

RGB

 RED value IS 182 (71.48% from 255) = 62.54%

 GREEN value IS 23 (9.38% from 255) = 7.9%

 BLUE value IS 86 (33.98% from 255) = 29.55%

R = 62.54%
G = 7.9%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B61756 (or 0xB61756) is known color: Jazzberry Jam. HEX triplet: B6, 17 and 56. RGB value is (182,23,86). Sum of RGB (Red+Green+Blue) = 182+23+86=291 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.54% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 86 (33.98% from 255 or 29.55% from 291); Max value from RGB is 182 - color contains mainly: red. Hex color #B61756 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61756 is #49E8A9. Grayscale: #4D4D4D. Windows color (decimal): -4843690 or 5642166. OLE color: 5642166.

HSL color Cylindrical-coordinate representation of color #B61756: hue angle of 336.23º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B61756 is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 23 86 -
CMYK 0 0.87 0.53 0.29
HSL 336.23º 0.78% 0.4% -
HSV(B) 336.23º 0.87% 0.71% -
XYZ 21.28 11.23 9.85 -
YUV 77.72 132.68 202.38 -
System Red Green Blue C M Y K H S L
Decimal 182 23 86 0 0.87 0.53 0.29 336.23 0.78 0.4
Hex B6 17 56 0 57 35 1D 150 4E 28
Octal 266 27 126 0 127 65 35 520 116 50
Binary 10110110 10111 1010110 0 1010111 110101 11101 101010000 1001110 101000

Color Harmonies of #B61756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61756

Black with #B61756

Text Example


Text Example

White with #B61756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61756; }

 p { color: rgb(182,23,86); }

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

background-color css

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

 a { background-color: rgb(182,23,86); }

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

border-color css

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

 span { border-color: rgb(182,23,86); }

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