Html Css Color HEX #B81463 Jazzberry Jam

📋 copy color: '#B81463'

red 184 ◦ green 20 ◦ blue 99

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

Shades of Jazzberry Jam #B81463

Tints of Jazzberry Jam #B81463

RGB

 RED value IS 184 (72.27% from 255) = 60.73%

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

 BLUE value IS 99 (39.06% from 255) = 32.67%

R = 60.73%
G = 6.6%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#B81463 (or 0xB81463) is known color: Jazzberry Jam. HEX triplet: B8, 14 and 63. RGB value is (184,20,99). Sum of RGB (Red+Green+Blue) = 184+20+99=303 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.73% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 99 (39.06% from 255 or 32.67% from 303); Max value from RGB is 184 - color contains mainly: red. Hex color #B81463 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81463 is #47EB9C. Grayscale: #4D4D4D. Windows color (decimal): -4713373 or 6493368. OLE color: 6493368.

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

Color convert

RGB 184 20 99 -
CMYK 0 0.89 0.46 0.28
HSL 331.1º 0.8% 0.4% -
HSV(B) 331.1º 0.89% 0.72% -
XYZ 22.27 11.59 12.87 -
YUV 78.04 139.83 203.58 -
System Red Green Blue C M Y K H S L
Decimal 184 20 99 0 0.89 0.46 0.28 331.1 0.8 0.4
Hex B8 14 63 0 59 2E 1C 14B 50 28
Octal 270 24 143 0 131 56 34 513 120 50
Binary 10111000 10100 1100011 0 1011001 101110 11100 101001011 1010000 101000

Color Harmonies of #B81463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81463

Black with #B81463

Text Example


Text Example

White with #B81463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81463; }

 p { color: rgb(184,20,99); }

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

background-color css

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

 a { background-color: rgb(184,20,99); }

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

border-color css

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

 span { border-color: rgb(184,20,99); }

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