Html Css Color HEX #B60756 Jazzberry Jam

📋 copy color: '#B60756'

red 182 ◦ green 7 ◦ blue 86

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

Shades of Jazzberry Jam #B60756

Tints of Jazzberry Jam #B60756

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.55%

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

R = 66.18%
G = 2.55%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B60756 (or 0xB60756) is known color: Jazzberry Jam. HEX triplet: B6, 07 and 56. RGB value is (182,7,86). Sum of RGB (Red+Green+Blue) = 182+7+86=275 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.18% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 86 (33.98% from 255 or 31.27% from 275); Max value from RGB is 182 - color contains mainly: red. Hex color #B60756 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60756 is #49F8A9. Grayscale: #444444. Windows color (decimal): -4847786 or 5638070. OLE color: 5638070.

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

Color convert

RGB 182 7 86 -
CMYK 0 0.96 0.53 0.29
HSL 332.91º 0.93% 0.37% -
HSV(B) 332.91º 0.96% 0.71% -
XYZ 21.05 10.77 9.77 -
YUV 68.33 137.98 209.08 -
System Red Green Blue C M Y K H S L
Decimal 182 7 86 0 0.96 0.53 0.29 332.91 0.93 0.37
Hex B6 7 56 0 60 35 1D 14D 5D 25
Octal 266 7 126 0 140 65 35 515 135 45
Binary 10110110 111 1010110 0 1100000 110101 11101 101001101 1011101 100101

Color Harmonies of #B60756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60756

Black with #B60756

Text Example


Text Example

White with #B60756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60756; }

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

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

background-color css

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

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

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

border-color css

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

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

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