Html Css Color HEX #B61464 Jazzberry Jam

📋 copy color: '#B61464'

red 182 ◦ green 20 ◦ blue 100

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

Shades of Jazzberry Jam #B61464

Tints of Jazzberry Jam #B61464

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.62%

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

R = 60.26%
G = 6.62%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B61464 (or 0xB61464) is known color: Jazzberry Jam. HEX triplet: B6, 14 and 64. RGB value is (182,20,100). Sum of RGB (Red+Green+Blue) = 182+20+100=302 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.26% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 182 - color contains mainly: red. Hex color #B61464 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61464 is #49EB9B. Grayscale: #4D4D4D. Windows color (decimal): -4844444 or 6558902. OLE color: 6558902.

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

Color convert

RGB 182 20 100 -
CMYK 0 0.89 0.45 0.29
HSL 330.37º 0.8% 0.4% -
HSV(B) 330.37º 0.89% 0.71% -
XYZ 21.84 11.37 13.1 -
YUV 77.56 140.67 202.5 -
System Red Green Blue C M Y K H S L
Decimal 182 20 100 0 0.89 0.45 0.29 330.37 0.8 0.4
Hex B6 14 64 0 59 2D 1D 14A 50 28
Octal 266 24 144 0 131 55 35 512 120 50
Binary 10110110 10100 1100100 0 1011001 101101 11101 101001010 1010000 101000

Color Harmonies of #B61464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61464

Black with #B61464

Text Example


Text Example

White with #B61464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61464; }

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

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

background-color css

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

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

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

border-color css

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

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

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