Html Css Color HEX #B60449 Jazzberry Jam

📋 copy color: '#B60449'

red 182 ◦ green 4 ◦ blue 73

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

Shades of Jazzberry Jam #B60449

Tints of Jazzberry Jam #B60449

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.54%

 BLUE value IS 73 (28.91% from 255) = 28.19%

R = 70.27%
G = 1.54%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B60449 (or 0xB60449) is known color: Jazzberry Jam. HEX triplet: B6, 04 and 49. RGB value is (182,4,73). Sum of RGB (Red+Green+Blue) = 182+4+73=259 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.27% from 259); Green value is 4 (1.95% from 255 or 1.54% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 182 - color contains mainly: red. Hex color #B60449 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60449 is #49FBB6. Grayscale: #404040. Windows color (decimal): -4848567 or 4785334. OLE color: 4785334.

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

Color convert

RGB 182 4 73 -
CMYK 0 0.98 0.60 0.29
HSL 336.74º 0.96% 0.36% -
HSV(B) 336.74º 0.98% 0.71% -
XYZ 20.54 10.51 7.25 -
YUV 65.09 132.47 211.39 -
System Red Green Blue C M Y K H S L
Decimal 182 4 73 0 0.98 0.60 0.29 336.74 0.96 0.36
Hex B6 4 49 0 62 3C 1D 151 60 24
Octal 266 4 111 0 142 74 35 521 140 44
Binary 10110110 100 1001001 0 1100010 111100 11101 101010001 1100000 100100

Color Harmonies of #B60449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60449

Black with #B60449

Text Example


Text Example

White with #B60449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60449; }

 p { color: rgb(182,4,73); }

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

background-color css

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

 a { background-color: rgb(182,4,73); }

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

border-color css

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

 span { border-color: rgb(182,4,73); }

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