Html Css Color HEX #B60464 Jazzberry Jam

📋 copy color: '#B60464'

red 182 ◦ green 4 ◦ blue 100

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

Shades of Jazzberry Jam #B60464

Tints of Jazzberry Jam #B60464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 34.97%

R = 63.64%
G = 1.4%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B60464 (or 0xB60464) is known color: Jazzberry Jam. HEX triplet: B6, 04 and 64. RGB value is (182,4,100). Sum of RGB (Red+Green+Blue) = 182+4+100=286 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.64% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 100 (39.45% from 255 or 34.97% from 286); Max value from RGB is 182 - color contains mainly: red. Hex color #B60464 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60464 is #49FB9B. Grayscale: #434343. Windows color (decimal): -4848540 or 6554806. OLE color: 6554806.

HSL color Cylindrical-coordinate representation of color #B60464: hue angle of 327.64º 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 #B60464 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 4 100 -
CMYK 0 0.98 0.45 0.29
HSL 327.64º 0.96% 0.36% -
HSV(B) 327.64º 0.98% 0.71% -
XYZ 21.64 10.95 13.03 -
YUV 68.17 145.97 209.19 -
System Red Green Blue C M Y K H S L
Decimal 182 4 100 0 0.98 0.45 0.29 327.64 0.96 0.36
Hex B6 4 64 0 62 2D 1D 148 60 24
Octal 266 4 144 0 142 55 35 510 140 44
Binary 10110110 100 1100100 0 1100010 101101 11101 101001000 1100000 100100

Color Harmonies of #B60464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60464

Black with #B60464

Text Example


Text Example

White with #B60464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60464; }

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

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

background-color css

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

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

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

border-color css

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

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

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